Uses of Record Class
net.minecraft.network.packet.s2c.play.CommonPlayerSpawnInfo
Packages that use CommonPlayerSpawnInfo
-
Uses of CommonPlayerSpawnInfo in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as CommonPlayerSpawnInfoModifier and TypeFieldDescriptionprivate final CommonPlayerSpawnInfo
GameJoinS2CPacket.commonPlayerSpawnInfo
The field for thecommonPlayerSpawnInfo
record component.private final CommonPlayerSpawnInfo
PlayerRespawnS2CPacket.commonPlayerSpawnInfo
The field for thecommonPlayerSpawnInfo
record component.Methods in net.minecraft.network.packet.s2c.play that return CommonPlayerSpawnInfoModifier and TypeMethodDescriptionGameJoinS2CPacket.commonPlayerSpawnInfo()
Returns the value of thecommonPlayerSpawnInfo
record component.PlayerRespawnS2CPacket.commonPlayerSpawnInfo()
Returns the value of thecommonPlayerSpawnInfo
record 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.network
Methods in net.minecraft.server.network that return CommonPlayerSpawnInfoModifier and TypeMethodDescriptionServerPlayerEntity.createCommonPlayerSpawnInfo
(ServerWorld world)