Package net.minecraft.server.network
Class SpawnLocating
java.lang.Object
net.minecraft.server.network.SpawnLocating
- Mappings:
 Namespace Name named net/minecraft/server/network/SpawnLocatingintermediary net/minecraft/class_5322official arv
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfindOverworldSpawn(ServerWorld world, int x, int z) findServerSpawnPoint(ServerWorld world, ChunkPos chunkPos)  
- 
Constructor Details
- 
SpawnLocating
public SpawnLocating() 
 - 
 - 
Method Details
- 
findOverworldSpawn
- Mappings:
 Namespace Name Mixin selector named findOverworldSpawnLnet/minecraft/server/network/SpawnLocating;findOverworldSpawn(Lnet/minecraft/server/world/ServerWorld;II)Lnet/minecraft/util/math/BlockPos;intermediary method_29194Lnet/minecraft/class_5322;method_29194(Lnet/minecraft/class_3218;II)Lnet/minecraft/class_2338;official aLarv;a(Lasb;II)Liw;
 - 
findServerSpawnPoint
@Nullable public static @Nullable BlockPos findServerSpawnPoint(ServerWorld world, ChunkPos chunkPos) - Mappings:
 Namespace Name Mixin selector named findServerSpawnPointLnet/minecraft/server/network/SpawnLocating;findServerSpawnPoint(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/ChunkPos;)Lnet/minecraft/util/math/BlockPos;intermediary method_29196Lnet/minecraft/class_5322;method_29196(Lnet/minecraft/class_3218;Lnet/minecraft/class_1923;)Lnet/minecraft/class_2338;official aLarv;a(Lasb;Ldjo;)Liw;
 
 -