Uses of Record Class
net.minecraft.world.WorldProperties.SpawnPoint
Packages that use WorldProperties.SpawnPoint
Package
Description
-
Uses of WorldProperties.SpawnPoint in net.minecraft.client.world
Fields in net.minecraft.client.world declared as WorldProperties.SpawnPointModifier and TypeFieldDescriptionprivate WorldProperties.SpawnPointClientWorld.Properties.positionMethods in net.minecraft.client.world that return WorldProperties.SpawnPointModifier and TypeMethodDescriptionClientWorld.getSpawnPoint()ClientWorld.Properties.getSpawnPoint()Methods in net.minecraft.client.world with parameters of type WorldProperties.SpawnPointModifier and TypeMethodDescriptionvoidClientWorld.Properties.setSpawnPoint(WorldProperties.SpawnPoint spawnPoint) voidClientWorld.setSpawnPoint(WorldProperties.SpawnPoint spawnPoint) -
Uses of WorldProperties.SpawnPoint in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as WorldProperties.SpawnPointModifier and TypeFieldDescriptionprivate final WorldProperties.SpawnPointPlayerSpawnPositionS2CPacket.respawnDataThe field for therespawnDatarecord component.Methods in net.minecraft.network.packet.s2c.play that return WorldProperties.SpawnPointModifier and TypeMethodDescriptionPlayerSpawnPositionS2CPacket.respawnData()Returns the value of therespawnDatarecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type WorldProperties.SpawnPointModifierConstructorDescription -
Uses of WorldProperties.SpawnPoint in net.minecraft.server
Fields in net.minecraft.server declared as WorldProperties.SpawnPointMethods in net.minecraft.server that return WorldProperties.SpawnPointMethods in net.minecraft.server with parameters of type WorldProperties.SpawnPointModifier and TypeMethodDescriptionvoidMinecraftServer.setSpawnPoint(WorldProperties.SpawnPoint spawnPoint) -
Uses of WorldProperties.SpawnPoint in net.minecraft.server.network
Fields in net.minecraft.server.network declared as WorldProperties.SpawnPointModifier and TypeFieldDescriptionprivate final WorldProperties.SpawnPointServerPlayerEntity.Respawn.respawnDataThe field for therespawnDatarecord component.Methods in net.minecraft.server.network that return WorldProperties.SpawnPointModifier and TypeMethodDescriptionServerPlayerEntity.Respawn.respawnData()Returns the value of therespawnDatarecord component.Constructors in net.minecraft.server.network with parameters of type WorldProperties.SpawnPoint -
Uses of WorldProperties.SpawnPoint in net.minecraft.server.world
Methods in net.minecraft.server.world that return WorldProperties.SpawnPointMethods in net.minecraft.server.world with parameters of type WorldProperties.SpawnPointModifier and TypeMethodDescriptionvoidServerWorld.setSpawnPoint(WorldProperties.SpawnPoint spawnPoint) -
Uses of WorldProperties.SpawnPoint in net.minecraft.world
Fields in net.minecraft.world declared as WorldProperties.SpawnPointModifier and TypeFieldDescriptionstatic final WorldProperties.SpawnPointWorldProperties.SpawnPoint.DEFAULTFields in net.minecraft.world with type parameters of type WorldProperties.SpawnPointModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WorldProperties.SpawnPoint> WorldProperties.SpawnPoint.CODECstatic final com.mojang.serialization.MapCodec<WorldProperties.SpawnPoint> WorldProperties.SpawnPoint.MAP_CODECstatic final PacketCodec<ByteBuf, WorldProperties.SpawnPoint> WorldProperties.SpawnPoint.PACKET_CODECMethods in net.minecraft.world that return WorldProperties.SpawnPointModifier and TypeMethodDescriptionstatic WorldProperties.SpawnPointWorldProperties.SpawnPoint.create(RegistryKey<World> dimension, BlockPos pos, float yaw, float pitch) World.ensureWithinBorder(WorldProperties.SpawnPoint spawnPoint) abstract WorldProperties.SpawnPointWorld.getSpawnPoint()WorldProperties.getSpawnPoint()Methods in net.minecraft.world with parameters of type WorldProperties.SpawnPointModifier and TypeMethodDescriptionWorld.ensureWithinBorder(WorldProperties.SpawnPoint spawnPoint) voidMutableWorldProperties.setSpawnPoint(WorldProperties.SpawnPoint spawnPoint) abstract voidWorld.setSpawnPoint(WorldProperties.SpawnPoint spawnPoint) -
Uses of WorldProperties.SpawnPoint in net.minecraft.world.level
Fields in net.minecraft.world.level declared as WorldProperties.SpawnPointMethods in net.minecraft.world.level that return WorldProperties.SpawnPointModifier and TypeMethodDescriptionLevelProperties.getSpawnPoint()UnmodifiableLevelProperties.getSpawnPoint()Methods in net.minecraft.world.level with parameters of type WorldProperties.SpawnPointModifier and TypeMethodDescriptionvoidLevelProperties.setSpawnPoint(WorldProperties.SpawnPoint spawnPoint) voidUnmodifiableLevelProperties.setSpawnPoint(WorldProperties.SpawnPoint spawnPoint) Constructors in net.minecraft.world.level with parameters of type WorldProperties.SpawnPointModifierConstructorDescriptionprivateLevelProperties(@Nullable NbtCompound playerData, boolean modded, WorldProperties.SpawnPoint spawnPoint, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, Optional<WorldBorder.Properties> worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Set<String> removedFeatures, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, EnderDragonFight.Data dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle)