Uses of Class
net.minecraft.network.protocol.game.ClientboundSetEntityLinkPacket
Packages that use ClientboundSetEntityLinkPacket
-
Uses of ClientboundSetEntityLinkPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetEntityLinkPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleEntityLinkPacket
(ClientboundSetEntityLinkPacket p_105090_) -
Uses of ClientboundSetEntityLinkPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetEntityLinkPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetEntityLinkPacket> GamePacketTypes.CLIENTBOUND_SET_ENTITY_LINK
static final StreamCodec
<FriendlyByteBuf, ClientboundSetEntityLinkPacket> ClientboundSetEntityLinkPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetEntityLinkPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetEntityLinkPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleEntityLinkPacket
(ClientboundSetEntityLinkPacket p_131433_)