Uses of Class
net.minecraft.network.protocol.game.ClientboundSetCameraPacket
Packages that use ClientboundSetCameraPacket
-
Uses of ClientboundSetCameraPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetCameraPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetCamera
(ClientboundSetCameraPacket p_105076_) -
Uses of ClientboundSetCameraPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetCameraPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetCameraPacket> GamePacketTypes.CLIENTBOUND_SET_CAMERA
static final StreamCodec
<FriendlyByteBuf, ClientboundSetCameraPacket> ClientboundSetCameraPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetCameraPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetCameraPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetCamera
(ClientboundSetCameraPacket p_131426_)