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 TypeMethodDescriptionvoidClientPacketListener.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_CAMERAstatic final StreamCodec<FriendlyByteBuf, ClientboundSetCameraPacket> ClientboundSetCameraPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleSetCamera(ClientboundSetCameraPacket p_131426_)