Uses of Class
net.minecraft.network.protocol.game.ClientboundSetDefaultSpawnPositionPacket
Packages that use ClientboundSetDefaultSpawnPositionPacket
-
Uses of ClientboundSetDefaultSpawnPositionPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetDefaultSpawnPositionPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetSpawn
(ClientboundSetDefaultSpawnPositionPacket p_105084_) -
Uses of ClientboundSetDefaultSpawnPositionPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetDefaultSpawnPositionPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetDefaultSpawnPositionPacket> GamePacketTypes.CLIENTBOUND_SET_DEFAULT_SPAWN_POSITION
ClientboundSetDefaultSpawnPositionPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetDefaultSpawnPositionPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetDefaultSpawnPositionPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetSpawn
(ClientboundSetDefaultSpawnPositionPacket p_131430_)