Uses of Record Class
net.minecraft.class_8589
Packages that use class_8589
-
Uses of class_8589 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as class_8589Modifier and TypeFieldDescriptionprivate final class_8589GameJoinS2CPacket.commonPlayerSpawnInfoThe field for thecommonPlayerSpawnInforecord component.private final class_8589PlayerRespawnS2CPacket.commonPlayerSpawnInfoThe field for thecommonPlayerSpawnInforecord component.Methods in net.minecraft.network.packet.s2c.play that return class_8589Modifier 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 class_8589ModifierConstructorDescriptionGameJoinS2CPacket(int playerEntityId, boolean bool, Set<RegistryKey<World>> set, int int2, int int3, int int4, boolean bool2, boolean bool3, class_8589 class_8589) PlayerRespawnS2CPacket(class_8589 class_8589, byte byte2) -
Uses of class_8589 in net.minecraft.server.network
Methods in net.minecraft.server.network that return class_8589