Uses of Class
net.minecraft.network.protocol.game.ClientboundRemoveEntitiesPacket
Packages that use ClientboundRemoveEntitiesPacket
-
Uses of ClientboundRemoveEntitiesPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundRemoveEntitiesPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleRemoveEntities
(ClientboundRemoveEntitiesPacket p_182633_) -
Uses of ClientboundRemoveEntitiesPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundRemoveEntitiesPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundRemoveEntitiesPacket> GamePacketTypes.CLIENTBOUND_REMOVE_ENTITIES
static final StreamCodec
<FriendlyByteBuf, ClientboundRemoveEntitiesPacket> ClientboundRemoveEntitiesPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundRemoveEntitiesPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundRemoveEntitiesPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleRemoveEntities
(ClientboundRemoveEntitiesPacket p_182700_)