Uses of Record Class
net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket
Packages that use ClientboundSetEntityDataPacket
-
Uses of ClientboundSetEntityDataPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetEntityDataPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetEntityData
(ClientboundSetEntityDataPacket p_105088_) -
Uses of ClientboundSetEntityDataPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetEntityDataPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetEntityDataPacket> GamePacketTypes.CLIENTBOUND_SET_ENTITY_DATA
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundSetEntityDataPacket> ClientboundSetEntityDataPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetEntityDataPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetEntityDataPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetEntityData
(ClientboundSetEntityDataPacket p_131432_)