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 TypeMethodDescriptionvoidClientPacketListener.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_ENTITIESstatic final StreamCodec<FriendlyByteBuf, ClientboundRemoveEntitiesPacket> ClientboundRemoveEntitiesPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleRemoveEntities(ClientboundRemoveEntitiesPacket p_182700_)