Uses of Enum Class
zombie.network.packets.character.AnimalCommandPacket.Type
Packages that use AnimalCommandPacket.Type
-
Uses of AnimalCommandPacket.Type in zombie.network.packets.character
Subclasses with type arguments of type AnimalCommandPacket.Type in zombie.network.packets.characterFields in zombie.network.packets.character declared as AnimalCommandPacket.TypeMethods in zombie.network.packets.character that return AnimalCommandPacket.TypeModifier and TypeMethodDescriptionstatic AnimalCommandPacket.TypeReturns the enum constant of this class with the specified name.static AnimalCommandPacket.Type[]AnimalCommandPacket.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.network.packets.character with parameters of type AnimalCommandPacket.TypeModifier and TypeMethodDescriptionvoidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoPlayer player, InventoryItem item) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoPlayer player, IsoObject object, boolean remove) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoPlayer player, IsoObject object, InventoryItem item) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoPlayer player, IsoHutch hutch) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoPlayer player, BaseVehicle vehicle, InventoryItem item) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoGridSquare sq) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoDeadBody body, InventoryItem item)