Uses of Record Class
net.minecraft.network.packet.s2c.play.CommonPlayerSpawnInfo
Packages that use CommonPlayerSpawnInfo
- 
Uses of CommonPlayerSpawnInfo in net.minecraft.network.packet.s2c.playFields in net.minecraft.network.packet.s2c.play declared as CommonPlayerSpawnInfoModifier and TypeFieldDescriptionprivate final CommonPlayerSpawnInfoGameJoinS2CPacket.commonPlayerSpawnInfoThe field for thecommonPlayerSpawnInforecord component.private final CommonPlayerSpawnInfoPlayerRespawnS2CPacket.commonPlayerSpawnInfoThe field for thecommonPlayerSpawnInforecord component.Methods in net.minecraft.network.packet.s2c.play that return CommonPlayerSpawnInfoModifier and TypeMethodDescriptionGameJoinS2CPacket.commonPlayerSpawnInfo()Returns the value of thecommonPlayerSpawnInforecord component.PlayerRespawnS2CPacket.commonPlayerSpawnInfo()Returns the value of thecommonPlayerSpawnInforecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type CommonPlayerSpawnInfoModifierConstructorDescriptionGameJoinS2CPacket(int playerEntityId, boolean bool, Set<RegistryKey<World>> set, int int2, int int3, int int4, boolean bool2, boolean bool3, boolean bool4, CommonPlayerSpawnInfo commonPlayerSpawnInfo, boolean bool5) PlayerRespawnS2CPacket(CommonPlayerSpawnInfo commonPlayerSpawnInfo, byte byte2) 
- 
Uses of CommonPlayerSpawnInfo in net.minecraft.server.networkMethods in net.minecraft.server.network that return CommonPlayerSpawnInfoModifier and TypeMethodDescriptionServerPlayerEntity.createCommonPlayerSpawnInfo(ServerWorld world)