Uses of Class
net.risingworld.api.definitions.Fishing.FishingDefinition
Packages that use Fishing.FishingDefinition
-
Uses of Fishing.FishingDefinition in net.risingworld.api.definitions
Methods in net.risingworld.api.definitions that return Fishing.FishingDefinitionModifier and TypeMethodDescriptionstatic Fishing.FishingDefinition[]Definitions.getAllFishingDefinitions()Gets an array containing all fishing definitions of the game.static Fishing.FishingDefinitionDefinitions.getFishingDefinition(int id) Gets a fishing definition by id.static Fishing.FishingDefinitionDefinitions.getFishingDefinition(String name) Gets a fishing definition by name, using the internal name. -
Uses of Fishing.FishingDefinition in net.risingworld.api.events.player
Methods in net.risingworld.api.events.player that return Fishing.FishingDefinitionModifier and TypeMethodDescriptionPlayerFishingBiteEvent.getFishingDefinition()Gets the definition of the fish/loot that bites.PlayerFishingStartEvent.getFishingDefinition()Gets the definition of the fish/loot the player might catch.Methods in net.risingworld.api.events.player with parameters of type Fishing.FishingDefinitionModifier and TypeMethodDescriptionvoidPlayerFishingBiteEvent.setFishingDefinition(Fishing.FishingDefinition definition) Changes the definition of the fish/loot that bites.voidPlayerFishingStartEvent.setFishingDefinition(Fishing.FishingDefinition definition) Changes the definition of the fish/loot the player might catch.