Uses of Record Class
net.minecraft.network.packet.s2c.play.CommonPlayerSpawnInfo
-
Uses of CommonPlayerSpawnInfo in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final CommonPlayerSpawnInfo
GameJoinS2CPacket.commonPlayerSpawnInfo
The field for thecommonPlayerSpawnInfo
record component.private final CommonPlayerSpawnInfo
PlayerRespawnS2CPacket.commonPlayerSpawnInfo
The field for thecommonPlayerSpawnInfo
record component.Modifier and TypeMethodDescriptionGameJoinS2CPacket.commonPlayerSpawnInfo()
Returns the value of thecommonPlayerSpawnInfo
record component.PlayerRespawnS2CPacket.commonPlayerSpawnInfo()
Returns the value of thecommonPlayerSpawnInfo
record component.ModifierConstructorDescriptionGameJoinS2CPacket
(int playerEntityId, boolean bool, Set<RegistryKey<World>> set, int int2, int int3, int int4, boolean bool2, boolean bool3, boolean bool4, CommonPlayerSpawnInfo commonPlayerSpawnInfo) PlayerRespawnS2CPacket
(CommonPlayerSpawnInfo commonPlayerSpawnInfo, byte byte2) -
Uses of CommonPlayerSpawnInfo in net.minecraft.server.network
Modifier and TypeMethodDescriptionServerPlayerEntity.createCommonPlayerSpawnInfo
(ServerWorld world)