Uses of Class
net.minecraft.network.packet.s2c.play.EntitiesDestroyS2CPacket
Packages that use EntitiesDestroyS2CPacket
Package
Description
- 
Uses of EntitiesDestroyS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type EntitiesDestroyS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onEntitiesDestroy(EntitiesDestroyS2CPacket packet) 
- 
Uses of EntitiesDestroyS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type EntitiesDestroyS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onEntitiesDestroy(EntitiesDestroyS2CPacket packet) 
- 
Uses of EntitiesDestroyS2CPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type EntitiesDestroyS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<EntitiesDestroyS2CPacket> PlayPackets.REMOVE_ENTITIES
- 
Uses of EntitiesDestroyS2CPacket in net.minecraft.network.packet.s2c.playFields in net.minecraft.network.packet.s2c.play with type parameters of type EntitiesDestroyS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, EntitiesDestroyS2CPacket> EntitiesDestroyS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type EntitiesDestroyS2CPacket