Uses of Enum Class
zombie.entity.network.EntityPacketType
Packages that use EntityPacketType
Package
Description
-
Uses of EntityPacketType in zombie.entity
Methods in zombie.entity with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionstatic EntityPacketData
GameEntityNetwork.createPacketData
(EntityPacketType var0) protected final boolean
GameEntity.onReceiveEntityPacket
(ByteBuffer byteBuffer, EntityPacketType entityPacketType, UdpConnection udpConnection) protected abstract boolean
Component.onReceivePacket
(ByteBuffer var1, EntityPacketType var2, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.attributes
Methods in zombie.entity.components.attributes with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
AttributeContainer.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.combat
Methods in zombie.entity.components.combat with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
Durability.onReceivePacket
(ByteBuffer var1, EntityPacketType var2, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.crafting
Methods in zombie.entity.components.crafting with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
CraftBench.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) protected boolean
CraftLogic.onReceivePacket
(ByteBuffer byteBuffer, EntityPacketType entityPacketType, UdpConnection udpConnection) protected boolean
CraftRecipeComponent.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) protected boolean
DryingLogic.onReceivePacket
(ByteBuffer byteBuffer, EntityPacketType entityPacketType, UdpConnection udpConnection) protected boolean
FurnaceLogic.onReceivePacket
(ByteBuffer byteBuffer, EntityPacketType entityPacketType, UdpConnection udpConnection) protected boolean
MashingLogic.onReceivePacket
(ByteBuffer byteBuffer, EntityPacketType entityPacketType, UdpConnection udpConnection) -
Uses of EntityPacketType in zombie.entity.components.fluids
Methods in zombie.entity.components.fluids with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
FluidContainer.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.lua
Methods in zombie.entity.components.lua with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
LuaComponent.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.parts
Methods in zombie.entity.components.parts with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
Parts.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.resources
Methods in zombie.entity.components.resources with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
Resources.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.script
Methods in zombie.entity.components.script with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
EntityScriptInfo.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.signals
Methods in zombie.entity.components.signals with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
Signals.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.spriteconfig
Methods in zombie.entity.components.spriteconfig with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
SpriteConfig.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.test
Methods in zombie.entity.components.test with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
TestComponent.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.components.ui
Methods in zombie.entity.components.ui with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
UiConfig.onReceivePacket
(ByteBuffer var1, EntityPacketType entityPacketType, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.meta
Methods in zombie.entity.meta with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionprotected boolean
MetaTagComponent.onReceivePacket
(ByteBuffer var1, EntityPacketType var2, UdpConnection var3) -
Uses of EntityPacketType in zombie.entity.network
Subclasses with type arguments of type EntityPacketType in zombie.entity.networkMethods in zombie.entity.network that return EntityPacketTypeModifier and TypeMethodDescriptionstatic EntityPacketType
EntityPacketType.FromByteBuffer
(ByteBuffer byteBuffer) EntityPacketData.getEntityPacketType()
static EntityPacketType
Returns the enum constant of this class with the specified name.static EntityPacketType[]
EntityPacketType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.entity.network with parameters of type EntityPacketTypeModifier and TypeMethodDescriptionstatic EntityPacketData
EntityPacketData.alloc
(EntityPacketType entityPacketTypex)