Class PrepareSpawnTask.Preparing
java.lang.Object
net.minecraft.server.network.config.PrepareSpawnTask.Preparing
- All Implemented Interfaces:
PrepareSpawnTask.State
- Enclosing class:
PrepareSpawnTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChunkLoadCounterprivate @Nullable CompletableFuture<?> private final Vec2private final ServerLevelprivate final CompletableFuture<Vec3> -
Constructor Summary
ConstructorsConstructorDescriptionPreparing(ServerLevel pSpawnLevel, CompletableFuture<Vec3> pSpawnPosition, Vec2 pSpawnAngle) -
Method Summary
-
Field Details
-
spawnLevel
-
spawnPosition
-
spawnAngle
-
chunkLoadFuture
-
chunkLoadCounter
-
-
Constructor Details
-
Preparing
Preparing(ServerLevel pSpawnLevel, CompletableFuture<Vec3> pSpawnPosition, Vec2 pSpawnAngle)
-
-
Method Details
-
cancel
public void cancel() -
tick
-