Uses of Enum
de.eimmer.wesen.Boot.Type
Packages that use Boot.Type
Package
Description
Interfaces for non-voxel objects that can exist in a
welt
, including all players, monsters, projektile, etc.-
Uses of Boot.Type in de.eimmer.wesen
Methods in de.eimmer.wesen that return Boot.TypeModifier and TypeMethodDescriptionBoot.getBoatType()
Gets the type of the boat.static Boot.Type
Returns the enum constant of this type with the specified name.static Boot.Type[]
Boot.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.eimmer.wesen with parameters of type Boot.TypeModifier and TypeMethodDescriptionvoid
Boot.setBoatType
(Boot.Type type) Sets the type of the boat.