Class ServerWorld
- All Implemented Interfaces:
AutoCloseable,BiomeAccess.Storage,BlockRenderView,BlockView,CollisionView,EntityView,HeightLimitView,LunarWorldView,ModifiableTestableWorld,ModifiableWorld,RedstoneView,RegistryWorldView,ServerWorldAccess,StructureWorldAccess,TestableWorld,WorldAccess,WorldView
- Mappings:
Namespace Name intermediary net/minecraft/class_3218official aifnamed net/minecraft/server/world/ServerWorld
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.world.World
World.ExplosionSourceType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<BlockEvent>private final WorldTickScheduler<Block>private final ServerChunkManagerprivate static final IntProviderstatic final IntProvider(package private) final Int2ObjectMap<EnderDragonPart>(package private) booleanstatic final BlockPosprivate @Nullable EnderDragonFight(package private) final EntityListprivate final ServerEntityManager<Entity>private final class_8565private final WorldTickScheduler<Fluid>private final GameEventDispatchManagerprivate intprivate booleanprivate static final Loggerprivate static final int(package private) final List<ServerPlayerEntity>private final PortalForcerprotected final RaidManagerstatic final IntProviderbooleanprivate final MinecraftServerprivate static final intThe number of ticks (300) the world will continue to tick entities after all players have left and the world does not contain any forced chunks.private final booleanprivate final SleepManagerprivate final StructureAccessorprivate final StructureLocatorprivate final ObjectLinkedOpenHashSet<BlockEvent>static final IntProviderprivate final ServerWorldPropertiesFields inherited from class net.minecraft.world.World
blockEntityTickers, CODEC, END, field_30967, field_30968, field_30969, HORIZONTAL_LIMIT, isClient, lcgBlockSeed, lcgBlockSeedIncrement, MAX_UPDATE_DEPTH, MAX_Y, MIN_Y, neighborUpdater, NETHER, OVERWORLD, properties, rainGradient, rainGradientPrev, random, thunderGradient, thunderGradientPrevFields inherited from interface net.minecraft.world.RedstoneView
DIRECTIONS -
Constructor Summary
ConstructorsConstructorDescriptionServerWorld(MinecraftServer server, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, DimensionOptions dimensionOptions, WorldGenerationProgressListener worldGenerationProgressListener, boolean debugWorld, long seed, List<Spawner> spawners, boolean shouldTickTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntities(Stream<Entity> entities) private booleanprivate voidaddPlayer(ServerPlayerEntity player) voidaddSyncedBlockEvent(BlockPos pos, Block block, int type, int data) asString()voidcacheStructures(Chunk chunk) booleancanPlayerModifyAt(PlayerEntity player, BlockPos pos) Returns whetherplayercan modify blocks atpos.voidvoidclose()<T extends Entity>
voidcollectEntitiesByType(TypeFilter<Entity, T> filter, Predicate<? super T> predicate, List<? super T> result) <T extends Entity>
voidcollectEntitiesByType(TypeFilter<Entity, T> filter, Predicate<? super T> predicate, List<? super T> result, int limit) Collects entities of the given type, up tolimit.static voidcreateExplosion(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, World.ExplosionSourceType explosionSourceType) Creates an explosion.voiddisableTickSchedulers(WorldChunk chunk) voidprivate voiddumpBlockEntities(Writer writer) private static voiddumpEntities(Writer writer, Iterable<Entity> entities) voidemitGameEvent(GameEvent event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event.List<? extends EnderDragonEntity>Returns the list of alive ender dragons in the world.floatgetBrightness(Direction direction, boolean shaded) getDragonPart(int id) Deprecated.getEntitiesByType(TypeFilter<Entity, T> filter, Predicate<? super T> predicate) Computes a list of entities of the given type.Returns the entity using the UUID, ornullif none was found.getEntityById(int id) Returns the entity using the entity ID, ornullif none was found.protected EntityLookup<Entity>Returns the set that containsChunkPosof forced chunks serialized as a long.getGeneratorStoredBiome(int biomeX, int biomeY, int biomeZ) protected BlockPosgetLightningPos(BlockPos pos) intgetMapState(String id) intintgetPlayers(Predicate<? super ServerPlayerEntity> predicate) Returns the list of players filtered usingpredicate.getPlayers(Predicate<? super ServerPlayerEntity> predicate, int limit) Returns the list of players filtered usingpredicate, up tolimit.Returns the raid occurring within 96 block radius, ornullif there is none.Returns a randomly selected alive player, ornullif there is none.longgetSeed()private static <T> StringgetTopFive(Iterable<T> items, Function<T, String> classifier) Categoriesitemswith theclassifierand reports a message indicating the top five biggest categories.voidhandleInteraction(EntityInteraction interaction, Entity entity, InteractionObserver observer) booleanReturnstrueif a raid exists within 96 block radius ofpos.booleanisChunkLoaded(long chunkPos) Returnstrueif the chunkchunkPosis loaded.booleanisFlat()booleanbooleanbooleanisNearOccupiedPointOfInterest(BlockPos pos, int maxDistance) booleanisNearOccupiedPointOfInterest(ChunkSectionPos sectionPos) booleanbooleanReturns whether sleeping can cause the night to skip.private booleanisTickingFutureReady(long chunkPos) voidloadEntities(Stream<Entity> entities) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> locateBiome(Predicate<RegistryEntry<Biome>> predicate, BlockPos pos, int radius, int horizontalBlockCheckInterval, int verticalBlockCheckInterval) locateStructure(TagKey<Structure> structureTag, BlockPos pos, int radius, boolean skipReferencedStructures) Tries to find the closest structure of a given type near a given block.method_51836(Identifier identifier) voidmethod_51837(@Nullable EnderDragonFight enderDragonFight) Deprecated.voidonBlockChanged(BlockPos pos, BlockState oldBlock, BlockState newBlock) Called when a block state changed.voidonDimensionChanged(Entity entity) Called on the destination world when an entity changed the dimension.voidCalled on the destination world when a player changed the dimension using portals.voidonPlayerConnected(ServerPlayerEntity player) Called on the player's world when the player connected to the server and spawned.voidonPlayerRespawned(ServerPlayerEntity player) Called on the world that has the player's respawn point when the player respawned.voidonPlayerTeleport(ServerPlayerEntity player) Called on the destination world when a player changed the dimension by teleportation.voidplaySound(@Nullable PlayerEntity except, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) voidplaySoundFromEntity(@Nullable PlayerEntity except, Entity entity, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) private booleanprocessBlockEvent(BlockEvent event) private voidvoidputMapState(String id, MapState state) voidremovePlayer(ServerPlayerEntity player, Entity.RemovalReason reason) voidprivate voidvoidsave(@Nullable ProgressListener progressListener, boolean flush, boolean savingDisabled) Saves the world.private voidvoidsendEntityDamage(Entity entity, DamageSource damageSource) voidsendEntityStatus(Entity entity, byte status) Sends the entity status to nearby players.private voidSends sleeping status action bar messages to players in this world.private booleansendToPlayerIfNearby(ServerPlayerEntity player, boolean force, double x, double y, double z, Packet<?> packet) Sends thepackettoplayerif the player is near the provided coordinates.voidsetBlockBreakingInfo(int entityId, BlockPos pos, int progress) booleansetChunkForced(int x, int z, boolean forced) Sets the forced status of the chunk.voidsetSpawnPos(BlockPos pos, float angle) Sets the world spawn point.voidsetTimeOfDay(long timeOfDay) Sets the time of day.voidsetWeather(int clearDuration, int rainDuration, boolean raining, boolean thundering) Sets the current weather, as well as how long it should last.private booleanshouldCancelSpawn(Entity entity) booleanshouldTick(BlockPos pos) booleanshouldTick(ChunkPos pos) booleanshouldTickBlocksInChunk(long chunkPos) Returns whether the blocks in the specified chunk should get ticked.booleanshouldTickEntity(BlockPos pos) Returns whether to tick entities atpos.booleanspawnEntity(Entity entity) Spawns an entity.booleanspawnNewEntityAndPassengers(Entity entity) Checks whether any of the entity and its passengers already exist in the world, and if not, spawns the entity with its passengers.<T extends ParticleEffect>
booleanspawnParticles(ServerPlayerEntity viewer, T particle, boolean force, double x, double y, double z, int count, double deltaX, double deltaY, double deltaZ, double speed) Spawns a particle visible toviewer, if the viewer is near the provided coordinates.<T extends ParticleEffect>
intspawnParticles(T particle, double x, double y, double z, int count, double deltaX, double deltaY, double deltaZ, double speed) Spawns a particle visible to nearby players.voidsyncGlobalEvent(int eventId, BlockPos pos, int data) voidsyncWorldEvent(@Nullable PlayerEntity player, int eventId, BlockPos pos, int data) voidtick(BooleanSupplier shouldKeepTicking) private voidvoidtickChunk(WorldChunk chunk, int randomTickSpeed) voidtickEntity(Entity entity) private voidprivate voidtickPassenger(Entity vehicle, Entity passenger) voidtickSpawners(boolean spawnMonsters, boolean spawnAnimals) protected voidtickTime()private voidtoString()booleantryLoadEntity(Entity entity) voidunloadEntities(WorldChunk chunk) voidupdateListeners(BlockPos pos, BlockState oldState, BlockState newState, int flags) voidupdateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, BlockPos sourcePos, boolean notify) voidupdateNeighbor(BlockPos pos, Block sourceBlock, BlockPos sourcePos) Triggers a neighbor update originating fromsourcePosatpos.voidupdateNeighbors(BlockPos pos, Block block) voidupdateNeighborsAlways(BlockPos pos, Block sourceBlock) Emits a neighbor update to all 6 neighboring blocks ofpos.voidupdateNeighborsExcept(BlockPos pos, Block sourceBlock, Direction direction) Emits a neighbor update to neighboring blocks ofpos, except for the one indirectiondirection.voidprivate voidMethods inherited from class net.minecraft.world.World
addBlockBreakParticles, addBlockEntity, addBlockEntityTicker, addDetailsToCrashReport, addFireworkParticle, addImportantParticle, addImportantParticle, addParticle, addParticle, breakBlock, calculateAmbientDarkness, canSetBlock, collectEntitiesByType, collectEntitiesByType, createExplosion, createExplosion, createExplosion, createExplosion, disconnect, getAmbientDarkness, getBiomeAccess, getBlockEntity, getBlockState, getChunk, getChunk, getChunkAsView, getDamageSources, getDimension, getDimensionEntry, getDimensionKey, getEntitiesByType, getFluidState, getGameRules, getLevelProperties, getLightingProvider, getLocalDifficulty, getOtherEntities, getProfiler, getProfilerSupplier, getRainGradient, getRandom, getRandomPosInChunk, getRegistryKey, getRegistryManager, getSeaLevel, getSkyAngleRadians, getSpawnAngle, getSpawnPos, getThunderGradient, getTickOrder, getTime, getTimeOfDay, getTopY, getWorldBorder, getWorldChunk, hasRain, initWeatherGradients, isClient, isDay, isDebugWorld, isDirectionSolid, isInBuildLimit, isNight, isRaining, isThundering, isTopSolid, isValid, markDirty, playSound, playSound, playSound, playSound, playSound, playSoundAtBlockCenter, playSoundFromEntity, removeBlock, removeBlockEntity, replaceWithStateForNeighborUpdate, scheduleBlockRerenderIfNeeded, sendPacket, setBlockState, setBlockState, setBlockState, setLightningTicksLeft, setMobSpawnOptions, setRainGradient, setThunderGradient, shouldTickBlockPos, shouldUpdatePostDeath, testBlockState, testFluidState, tickBlockEntities, tickEntity, updateComparatorsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getLightingProvider, getLightLevel, isSkyVisibleMethods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getBlockState, getDismountHeight, getDismountHeight, getFluidState, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.CollisionView
canCollide, canPlace, doesNotIntersectEntities, doesNotIntersectEntities, findClosestCollision, findSupportingBlockPos, getBlockCollisions, getCollisions, getEntityCollisions, getWorldBorder, isSpaceEmpty, isSpaceEmpty, isSpaceEmptyMethods inherited from interface net.minecraft.world.EntityView
getClosestEntity, getClosestEntity, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getEntitiesByClass, getEntitiesByType, getNonSpectatingEntities, getOtherEntities, getOtherEntities, getPlayerByUuid, getPlayers, getTargets, isPlayerInRangeMethods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoordMethods inherited from interface net.minecraft.world.LunarWorldView
getMoonPhase, getMoonSize, getSkyAngleMethods inherited from interface net.minecraft.world.ModifiableWorld
breakBlock, breakBlock, breakBlock, removeBlock, setBlockState, setBlockStateMethods inherited from interface net.minecraft.world.RedstoneView
getEmittedRedstonePower, getEmittedRedstonePower, getReceivedRedstonePower, getReceivedStrongRedstonePower, getStrongRedstonePower, isEmittingRedstonePower, isReceivingRedstonePowerMethods inherited from interface net.minecraft.world.RegistryWorldView
doesNotIntersectEntities, getBlockEntity, getEntityCollisions, getTopPositionMethods inherited from interface net.minecraft.world.ServerWorldAccess
spawnEntityAndPassengersMethods inherited from interface net.minecraft.world.StructureWorldAccess
isValidForSetBlock, setCurrentlyGeneratingStructureNameMethods inherited from interface net.minecraft.world.TestableWorld
testBlockState, testFluidStateMethods inherited from interface net.minecraft.world.WorldAccess
addParticle, emitGameEvent, emitGameEvent, emitGameEvent, getDifficulty, getLevelProperties, getLocalDifficulty, getLunarTime, getRandom, getTickOrder, isChunkLoaded, playSound, playSound, replaceWithStateForNeighborUpdate, scheduleBlockTick, scheduleBlockTick, scheduleFluidTick, scheduleFluidTick, syncWorldEventMethods inherited from interface net.minecraft.world.WorldView
containsFluid, createCommandRegistryWrapper, getAmbientDarkness, getBiome, getBiomeAccess, getBiomeForNoiseGen, getBottomY, getBrightness, getChunk, getChunk, getChunk, getChunk, getChunkAsView, getColor, getDimension, getHeight, getLightLevel, getLightLevel, getPhototaxisFavor, getRegistryManager, getSeaLevel, getStatesInBoxIfLoaded, getTopY, isAir, isChunkLoaded, isClient, isPosLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isSkyVisibleAllowingSea, isWater
-
Field Details
-
END_SPAWN_POS
- Mappings:
Namespace Name Mixin selector intermediary field_25144Lnet/minecraft/class_3218;field_25144:Lnet/minecraft/class_2338;official aLaif;a:Lgu;named END_SPAWN_POSLnet/minecraft/server/world/ServerWorld;END_SPAWN_POS:Lnet/minecraft/util/math/BlockPos;
-
CLEAR_WEATHER_DURATION_PROVIDER
- Mappings:
Namespace Name Mixin selector intermediary field_41749Lnet/minecraft/class_3218;field_41749:Lnet/minecraft/class_6017;official bLaif;b:Lbdb;named CLEAR_WEATHER_DURATION_PROVIDERLnet/minecraft/server/world/ServerWorld;CLEAR_WEATHER_DURATION_PROVIDER:Lnet/minecraft/util/math/intprovider/IntProvider;
-
RAIN_WEATHER_DURATION_PROVIDER
- Mappings:
Namespace Name Mixin selector intermediary field_41750Lnet/minecraft/class_3218;field_41750:Lnet/minecraft/class_6017;official cLaif;c:Lbdb;named RAIN_WEATHER_DURATION_PROVIDERLnet/minecraft/server/world/ServerWorld;RAIN_WEATHER_DURATION_PROVIDER:Lnet/minecraft/util/math/intprovider/IntProvider;
-
CLEAR_THUNDER_WEATHER_DURATION_PROVIDER
- Mappings:
Namespace Name Mixin selector intermediary field_41748Lnet/minecraft/class_3218;field_41748:Lnet/minecraft/class_6017;official DLaif;D:Lbdb;named CLEAR_THUNDER_WEATHER_DURATION_PROVIDERLnet/minecraft/server/world/ServerWorld;CLEAR_THUNDER_WEATHER_DURATION_PROVIDER:Lnet/minecraft/util/math/intprovider/IntProvider;
-
THUNDER_WEATHER_DURATION_PROVIDER
- Mappings:
Namespace Name Mixin selector intermediary field_41751Lnet/minecraft/class_3218;field_41751:Lnet/minecraft/class_6017;official dLaif;d:Lbdb;named THUNDER_WEATHER_DURATION_PROVIDERLnet/minecraft/server/world/ServerWorld;THUNDER_WEATHER_DURATION_PROVIDER:Lnet/minecraft/util/math/intprovider/IntProvider;
-
LOGGER
- Mappings:
Namespace Name Mixin selector intermediary field_13952Lnet/minecraft/class_3218;field_13952:Lorg/slf4j/Logger;official ELaif;E:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/server/world/ServerWorld;LOGGER:Lorg/slf4j/Logger;
-
SERVER_IDLE_COOLDOWN
private static final int SERVER_IDLE_COOLDOWNThe number of ticks (300) the world will continue to tick entities after all players have left and the world does not contain any forced chunks.- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_29768Lnet/minecraft/class_3218;field_29768:Iofficial FLaif;F:Inamed SERVER_IDLE_COOLDOWNLnet/minecraft/server/world/ServerWorld;SERVER_IDLE_COOLDOWN:I
-
MAX_TICKS
private static final int MAX_TICKS- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_35441Lnet/minecraft/class_3218;field_35441:Iofficial GLaif;G:Inamed MAX_TICKSLnet/minecraft/server/world/ServerWorld;MAX_TICKS:I
-
players
- Mappings:
Namespace Name Mixin selector intermediary field_18261Lnet/minecraft/class_3218;field_18261:Ljava/util/List;official HLaif;H:Ljava/util/List;named playersLnet/minecraft/server/world/ServerWorld;players:Ljava/util/List;
-
chunkManager
- Mappings:
Namespace Name Mixin selector intermediary field_24624Lnet/minecraft/class_3218;field_24624:Lnet/minecraft/class_3215;official ILaif;I:Laid;named chunkManagerLnet/minecraft/server/world/ServerWorld;chunkManager:Lnet/minecraft/server/world/ServerChunkManager;
-
server
- Mappings:
Namespace Name Mixin selector intermediary field_13959Lnet/minecraft/class_3218;field_13959:Lnet/minecraft/server/MinecraftServer;official JLaif;J:Lnet/minecraft/server/MinecraftServer;named serverLnet/minecraft/server/world/ServerWorld;server:Lnet/minecraft/server/MinecraftServer;
-
worldProperties
- Mappings:
Namespace Name Mixin selector intermediary field_24456Lnet/minecraft/class_3218;field_24456:Lnet/minecraft/class_5268;official KLaif;K:Ldza;named worldPropertiesLnet/minecraft/server/world/ServerWorld;worldProperties:Lnet/minecraft/world/level/ServerWorldProperties;
-
entityList
- Mappings:
Namespace Name Mixin selector intermediary field_26934Lnet/minecraft/class_3218;field_26934:Lnet/minecraft/class_5574;official LLaif;L:Ldfv;named entityListLnet/minecraft/server/world/ServerWorld;entityList:Lnet/minecraft/world/EntityList;
-
entityManager
- Mappings:
Namespace Name Mixin selector intermediary field_26935Lnet/minecraft/class_3218;field_26935:Lnet/minecraft/class_5579;official MLaif;M:Ldga;named entityManagerLnet/minecraft/server/world/ServerWorld;entityManager:Lnet/minecraft/server/world/ServerEntityManager;
-
gameEventDispatchManager
- Mappings:
Namespace Name Mixin selector intermediary field_39984Lnet/minecraft/class_3218;field_39984:Lnet/minecraft/class_7719;official NLaif;N:Ldgj;named gameEventDispatchManagerLnet/minecraft/server/world/ServerWorld;gameEventDispatchManager:Lnet/minecraft/world/event/listener/GameEventDispatchManager;
-
savingDisabled
public boolean savingDisabled- Mappings:
Namespace Name Mixin selector intermediary field_13957Lnet/minecraft/class_3218;field_13957:Zofficial eLaif;e:Znamed savingDisabledLnet/minecraft/server/world/ServerWorld;savingDisabled:Z
-
sleepManager
- Mappings:
Namespace Name Mixin selector intermediary field_28859Lnet/minecraft/class_3218;field_28859:Lnet/minecraft/class_5838;official OLaif;O:Laln;named sleepManagerLnet/minecraft/server/world/ServerWorld;sleepManager:Lnet/minecraft/server/world/SleepManager;
-
idleTimeout
private int idleTimeout- Mappings:
Namespace Name Mixin selector intermediary field_13948Lnet/minecraft/class_3218;field_13948:Iofficial PLaif;P:Inamed idleTimeoutLnet/minecraft/server/world/ServerWorld;idleTimeout:I
-
portalForcer
- Mappings:
Namespace Name Mixin selector intermediary field_13956Lnet/minecraft/class_3218;field_13956:Lnet/minecraft/class_1946;official QLaif;Q:Ldxx;named portalForcerLnet/minecraft/server/world/ServerWorld;portalForcer:Lnet/minecraft/world/PortalForcer;
-
blockTickScheduler
- Mappings:
Namespace Name Mixin selector intermediary field_13949Lnet/minecraft/class_3218;field_13949:Lnet/minecraft/class_6757;official RLaif;R:Lefi;named blockTickSchedulerLnet/minecraft/server/world/ServerWorld;blockTickScheduler:Lnet/minecraft/world/tick/WorldTickScheduler;
-
fluidTickScheduler
- Mappings:
Namespace Name Mixin selector intermediary field_13951Lnet/minecraft/class_3218;field_13951:Lnet/minecraft/class_6757;official SLaif;S:Lefi;named fluidTickSchedulerLnet/minecraft/server/world/ServerWorld;fluidTickScheduler:Lnet/minecraft/world/tick/WorldTickScheduler;
-
loadedMobs
- Mappings:
Namespace Name Mixin selector intermediary field_26932Lnet/minecraft/class_3218;field_26932:Ljava/util/Set;official TLaif;T:Ljava/util/Set;named loadedMobsLnet/minecraft/server/world/ServerWorld;loadedMobs:Ljava/util/Set;
-
duringListenerUpdate
volatile boolean duringListenerUpdate- Mappings:
Namespace Name Mixin selector intermediary field_36317Lnet/minecraft/class_3218;field_36317:Zofficial ULaif;U:Znamed duringListenerUpdateLnet/minecraft/server/world/ServerWorld;duringListenerUpdate:Z
-
raidManager
- Mappings:
Namespace Name Mixin selector intermediary field_18811Lnet/minecraft/class_3218;field_18811:Lnet/minecraft/class_3767;official fLaif;f:Lbzv;named raidManagerLnet/minecraft/server/world/ServerWorld;raidManager:Lnet/minecraft/village/raid/RaidManager;
-
syncedBlockEventQueue
- Mappings:
Namespace Name Mixin selector intermediary field_13950Lnet/minecraft/class_3218;field_13950:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;official VLaif;V:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;named syncedBlockEventQueueLnet/minecraft/server/world/ServerWorld;syncedBlockEventQueue:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;
-
blockEventQueue
- Mappings:
Namespace Name Mixin selector intermediary field_35565Lnet/minecraft/class_3218;field_35565:Ljava/util/List;official WLaif;W:Ljava/util/List;named blockEventQueueLnet/minecraft/server/world/ServerWorld;blockEventQueue:Ljava/util/List;
-
inBlockTick
private boolean inBlockTick- Mappings:
Namespace Name Mixin selector intermediary field_13953Lnet/minecraft/class_3218;field_13953:Zofficial XLaif;X:Znamed inBlockTickLnet/minecraft/server/world/ServerWorld;inBlockTick:Z
-
spawners
- Mappings:
Namespace Name Mixin selector intermediary field_25141Lnet/minecraft/class_3218;field_25141:Ljava/util/List;official YLaif;Y:Ljava/util/List;named spawnersLnet/minecraft/server/world/ServerWorld;spawners:Ljava/util/List;
-
enderDragonFight
- Mappings:
Namespace Name Mixin selector intermediary field_25142Lnet/minecraft/class_3218;field_25142:Lnet/minecraft/class_2881;official ZLaif;Z:Ldfk;named enderDragonFightLnet/minecraft/server/world/ServerWorld;enderDragonFight:Lnet/minecraft/entity/boss/dragon/EnderDragonFight;
-
dragonParts
- Mappings:
Namespace Name Mixin selector intermediary field_26933Lnet/minecraft/class_3218;field_26933:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;official aaLaif;aa:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;named dragonPartsLnet/minecraft/server/world/ServerWorld;dragonParts:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
-
structureAccessor
- Mappings:
Namespace Name Mixin selector intermediary field_23787Lnet/minecraft/class_3218;field_23787:Lnet/minecraft/class_5138;official abLaif;ab:Lcnc;named structureAccessorLnet/minecraft/server/world/ServerWorld;structureAccessor:Lnet/minecraft/world/gen/StructureAccessor;
-
structureLocator
- Mappings:
Namespace Name Mixin selector intermediary field_36208Lnet/minecraft/class_3218;field_36208:Lnet/minecraft/class_6832;official acLaif;ac:Ldry;named structureLocatorLnet/minecraft/server/world/ServerWorld;structureLocator:Lnet/minecraft/world/StructureLocator;
-
shouldTickTime
private final boolean shouldTickTime- Mappings:
Namespace Name Mixin selector intermediary field_25143Lnet/minecraft/class_3218;field_25143:Zofficial adLaif;ad:Znamed shouldTickTimeLnet/minecraft/server/world/ServerWorld;shouldTickTime:Z
-
field_44857
- Mappings:
Namespace Name Mixin selector intermediary field_44857Lnet/minecraft/class_3218;field_44857:Lnet/minecraft/class_8565;official aeLaif;ae:Lbec;named field_44857Lnet/minecraft/server/world/ServerWorld;field_44857:Lnet/minecraft/class_8565;
-
-
Constructor Details
-
ServerWorld
public ServerWorld(MinecraftServer server, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, DimensionOptions dimensionOptions, WorldGenerationProgressListener worldGenerationProgressListener, boolean debugWorld, long seed, List<Spawner> spawners, boolean shouldTickTime) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_3218;<init>(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_5268;Lnet/minecraft/class_5321;Lnet/minecraft/class_5363;Lnet/minecraft/class_3949;ZJLjava/util/List;Z)Vofficial <init>Laif;<init>(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Ldyv$c;Ldza;Lacp;Ldfi;Laio;ZJLjava/util/List;Z)Vnamed <init>Lnet/minecraft/server/world/ServerWorld;<init>(Lnet/minecraft/server/MinecraftServer;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorage$Session;Lnet/minecraft/world/level/ServerWorldProperties;Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/world/dimension/DimensionOptions;Lnet/minecraft/server/WorldGenerationProgressListener;ZJLjava/util/List;Z)V
-
-
Method Details
-
method_51837
Deprecated.- Mappings:
Namespace Name Mixin selector intermediary method_51837Lnet/minecraft/class_3218;method_51837(Lnet/minecraft/class_2881;)Vofficial aLaif;a(Ldfk;)Vnamed method_51837Lnet/minecraft/server/world/ServerWorld;method_51837(Lnet/minecraft/entity/boss/dragon/EnderDragonFight;)V
-
setWeather
public void setWeather(int clearDuration, int rainDuration, boolean raining, boolean thundering) Sets the current weather, as well as how long it should last.- Parameters:
clearDuration- how long the clear weather should last, in secondsrainDuration- how long the rain or the thunderstorm should last, in secondsraining- whether a rain is ongoingthundering- whether a thunderstorm is ongoing- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_27910Lnet/minecraft/class_3218;method_27910(IIZZ)Vofficial aLaif;a(IIZZ)Vnamed setWeatherLnet/minecraft/server/world/ServerWorld;setWeather(IIZZ)V
-
getGeneratorStoredBiome
- Specified by:
getGeneratorStoredBiomein interfaceWorldView- Mappings:
Namespace Name Mixin selector intermediary method_22387Lnet/minecraft/class_4538;method_22387(III)Lnet/minecraft/class_6880;official aLcmn;a(III)Lhe;named getGeneratorStoredBiomeLnet/minecraft/world/WorldView;getGeneratorStoredBiome(III)Lnet/minecraft/registry/entry/RegistryEntry;
-
getStructureAccessor
- Mappings:
Namespace Name Mixin selector intermediary method_27056Lnet/minecraft/class_3218;method_27056()Lnet/minecraft/class_5138;official aLaif;a()Lcnc;named getStructureAccessorLnet/minecraft/server/world/ServerWorld;getStructureAccessor()Lnet/minecraft/world/gen/StructureAccessor;
-
tick
- Mappings:
Namespace Name Mixin selector intermediary method_18765Lnet/minecraft/class_3218;method_18765(Ljava/util/function/BooleanSupplier;)Vofficial aLaif;a(Ljava/util/function/BooleanSupplier;)Vnamed tickLnet/minecraft/server/world/ServerWorld;tick(Ljava/util/function/BooleanSupplier;)V
-
shouldTickBlocksInChunk
public boolean shouldTickBlocksInChunk(long chunkPos) Returns whether the blocks in the specified chunk should get ticked.- Overrides:
shouldTickBlocksInChunkin classWorld- Returns:
- whether the blocks in the specified chunk should get ticked
- Mappings:
Namespace Name Mixin selector intermediary method_39425Lnet/minecraft/class_1937;method_39425(J)Zofficial aLcmk;a(J)Znamed shouldTickBlocksInChunkLnet/minecraft/world/World;shouldTickBlocksInChunk(J)Z
-
tickTime
protected void tickTime()- Mappings:
Namespace Name Mixin selector intermediary method_29203Lnet/minecraft/class_3218;method_29203()Vofficial bLaif;b()Vnamed tickTimeLnet/minecraft/server/world/ServerWorld;tickTime()V
-
setTimeOfDay
public void setTimeOfDay(long timeOfDay) Sets the time of day.Time of day is different to "time", which is incremented on every tick and cannot be modified; Time of day affects the day-night cycle, can be changed using
/time command, and can be frozen ifdoDaylightCyclegamerule is turned off. Time is used to track scheduled ticks and cannot be modified or frozen.- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_29199Lnet/minecraft/class_3218;method_29199(J)Vofficial bLaif;b(J)Vnamed setTimeOfDayLnet/minecraft/server/world/ServerWorld;setTimeOfDay(J)V
-
tickSpawners
public void tickSpawners(boolean spawnMonsters, boolean spawnAnimals) - Mappings:
Namespace Name Mixin selector intermediary method_29202Lnet/minecraft/class_3218;method_29202(ZZ)Vofficial aLaif;a(ZZ)Vnamed tickSpawnersLnet/minecraft/server/world/ServerWorld;tickSpawners(ZZ)V
-
shouldCancelSpawn
- Mappings:
Namespace Name Mixin selector intermediary method_31430Lnet/minecraft/class_3218;method_31430(Lnet/minecraft/class_1297;)Zofficial iLaif;i(Lbfh;)Znamed shouldCancelSpawnLnet/minecraft/server/world/ServerWorld;shouldCancelSpawn(Lnet/minecraft/entity/Entity;)Z
-
wakeSleepingPlayers
private void wakeSleepingPlayers()- Mappings:
Namespace Name Mixin selector intermediary method_23660Lnet/minecraft/class_3218;method_23660()Vofficial aoLaif;ao()Vnamed wakeSleepingPlayersLnet/minecraft/server/world/ServerWorld;wakeSleepingPlayers()V
-
tickChunk
- Mappings:
Namespace Name Mixin selector intermediary method_18203Lnet/minecraft/class_3218;method_18203(Lnet/minecraft/class_2818;I)Vofficial aLaif;a(Ldef;I)Vnamed tickChunkLnet/minecraft/server/world/ServerWorld;tickChunk(Lnet/minecraft/world/chunk/WorldChunk;I)V
-
getLightningRodPos
- Mappings:
Namespace Name Mixin selector intermediary method_31418Lnet/minecraft/class_3218;method_31418(Lnet/minecraft/class_2338;)Ljava/util/Optional;official DLaif;D(Lgu;)Ljava/util/Optional;named getLightningRodPosLnet/minecraft/server/world/ServerWorld;getLightningRodPos(Lnet/minecraft/util/math/BlockPos;)Ljava/util/Optional;
-
getLightningPos
- Mappings:
Namespace Name Mixin selector intermediary method_18210Lnet/minecraft/class_3218;method_18210(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;official aLaif;a(Lgu;)Lgu;named getLightningPosLnet/minecraft/server/world/ServerWorld;getLightningPos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
isInBlockTick
public boolean isInBlockTick()- Mappings:
Namespace Name Mixin selector intermediary method_14177Lnet/minecraft/class_3218;method_14177()Zofficial cLaif;c()Znamed isInBlockTickLnet/minecraft/server/world/ServerWorld;isInBlockTick()Z
-
isSleepingEnabled
public boolean isSleepingEnabled()Returns whether sleeping can cause the night to skip.- Returns:
- whether sleeping can cause the night to skip
- Mappings:
Namespace Name Mixin selector intermediary method_33144Lnet/minecraft/class_3218;method_33144()Zofficial dLaif;d()Znamed isSleepingEnabledLnet/minecraft/server/world/ServerWorld;isSleepingEnabled()Z
-
sendSleepingStatus
private void sendSleepingStatus()Sends sleeping status action bar messages to players in this world.- Mappings:
Namespace Name Mixin selector intermediary method_33143Lnet/minecraft/class_3218;method_33143()Vofficial apLaif;ap()Vnamed sendSleepingStatusLnet/minecraft/server/world/ServerWorld;sendSleepingStatus()V
-
updateSleepingPlayers
public void updateSleepingPlayers()- Mappings:
Namespace Name Mixin selector intermediary method_8448Lnet/minecraft/class_3218;method_8448()Vofficial eLaif;e()Vnamed updateSleepingPlayersLnet/minecraft/server/world/ServerWorld;updateSleepingPlayers()V
-
getScoreboard
- Specified by:
getScoreboardin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_14170Lnet/minecraft/class_3218;method_14170()Lnet/minecraft/class_2995;official fLaif;f()Ladg;named getScoreboardLnet/minecraft/server/world/ServerWorld;getScoreboard()Lnet/minecraft/scoreboard/ServerScoreboard;
-
tickWeather
private void tickWeather()- Mappings:
Namespace Name Mixin selector intermediary method_39501Lnet/minecraft/class_3218;method_39501()Vofficial aqLaif;aq()Vnamed tickWeatherLnet/minecraft/server/world/ServerWorld;tickWeather()V
-
resetWeather
private void resetWeather()- Mappings:
Namespace Name Mixin selector intermediary method_14195Lnet/minecraft/class_3218;method_14195()Vofficial arLaif;ar()Vnamed resetWeatherLnet/minecraft/server/world/ServerWorld;resetWeather()V
-
resetIdleTimeout
public void resetIdleTimeout()- Mappings:
Namespace Name Mixin selector intermediary method_14197Lnet/minecraft/class_3218;method_14197()Vofficial gLaif;g()Vnamed resetIdleTimeoutLnet/minecraft/server/world/ServerWorld;resetIdleTimeout()V
-
tickFluid
- Mappings:
Namespace Name Mixin selector intermediary method_14171Lnet/minecraft/class_3218;method_14171(Lnet/minecraft/class_2338;Lnet/minecraft/class_3611;)Vofficial aLaif;a(Lgu;Ldxa;)Vnamed tickFluidLnet/minecraft/server/world/ServerWorld;tickFluid(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/fluid/Fluid;)V
-
tickBlock
- Mappings:
Namespace Name Mixin selector intermediary method_14189Lnet/minecraft/class_3218;method_14189(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;)Vofficial dLaif;d(Lgu;Lcpl;)Vnamed tickBlockLnet/minecraft/server/world/ServerWorld;tickBlock(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
-
tickEntity
- Mappings:
Namespace Name Mixin selector intermediary method_18762Lnet/minecraft/class_3218;method_18762(Lnet/minecraft/class_1297;)Vofficial aLaif;a(Lbfh;)Vnamed tickEntityLnet/minecraft/server/world/ServerWorld;tickEntity(Lnet/minecraft/entity/Entity;)V
-
tickPassenger
- Mappings:
Namespace Name Mixin selector intermediary method_18763Lnet/minecraft/class_3218;method_18763(Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;)Vofficial aLaif;a(Lbfh;Lbfh;)Vnamed tickPassengerLnet/minecraft/server/world/ServerWorld;tickPassenger(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;)V
-
canPlayerModifyAt
Returns whetherplayercan modify blocks atpos.- Overrides:
canPlayerModifyAtin classWorld- Returns:
- whether
playercan modify blocks atpos - See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_8505Lnet/minecraft/class_1937;method_8505(Lnet/minecraft/class_1657;Lnet/minecraft/class_2338;)Zofficial aLcmk;a(Lbym;Lgu;)Znamed canPlayerModifyAtLnet/minecraft/world/World;canPlayerModifyAt(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;)Z
-
save
public void save(@Nullable @Nullable ProgressListener progressListener, boolean flush, boolean savingDisabled) Saves the world.- Parameters:
progressListener- the listener for the saving process, ornullto specify noneflush- if it should immediately write all data to storage devicesavingDisabled- whether to return early without doing anything- Mappings:
Namespace Name Mixin selector intermediary method_14176Lnet/minecraft/class_3218;method_14176(Lnet/minecraft/class_3536;ZZ)Vofficial aLaif;a(Lape;ZZ)Vnamed saveLnet/minecraft/server/world/ServerWorld;save(Lnet/minecraft/util/ProgressListener;ZZ)V
-
saveLevel
private void saveLevel()- Mappings:
Namespace Name Mixin selector intermediary method_14188Lnet/minecraft/class_3218;method_14188()Vofficial asLaif;as()Vnamed saveLevelLnet/minecraft/server/world/ServerWorld;saveLevel()V
-
getEntitiesByType
public <T extends Entity> List<? extends T> getEntitiesByType(TypeFilter<Entity, T> filter, Predicate<? super T> predicate) Computes a list of entities of the given type. Warning: Ifnullis passed as the entity type filter, care should be taken that the type argumentTis set toEntity, otherwise heap pollution in the returned list orClassCastExceptioncan occur.- Parameters:
predicate- a predicate which returned entities must satisfy- Returns:
- a list of entities of the given type
- Mappings:
Namespace Name Mixin selector intermediary method_18198Lnet/minecraft/class_3218;method_18198(Lnet/minecraft/class_5575;Ljava/util/function/Predicate;)Ljava/util/List;official aLaif;a(Ldfw;Ljava/util/function/Predicate;)Ljava/util/List;named getEntitiesByTypeLnet/minecraft/server/world/ServerWorld;getEntitiesByType(Lnet/minecraft/util/TypeFilter;Ljava/util/function/Predicate;)Ljava/util/List;
-
collectEntitiesByType
public <T extends Entity> void collectEntitiesByType(TypeFilter<Entity, T> filter, Predicate<? super T> predicate, List<? super T> result) - Mappings:
Namespace Name Mixin selector intermediary method_47538Lnet/minecraft/class_3218;method_47538(Lnet/minecraft/class_5575;Ljava/util/function/Predicate;Ljava/util/List;)Vofficial aLaif;a(Ldfw;Ljava/util/function/Predicate;Ljava/util/List;)Vnamed collectEntitiesByTypeLnet/minecraft/server/world/ServerWorld;collectEntitiesByType(Lnet/minecraft/util/TypeFilter;Ljava/util/function/Predicate;Ljava/util/List;)V
-
collectEntitiesByType
public <T extends Entity> void collectEntitiesByType(TypeFilter<Entity, T> filter, Predicate<? super T> predicate, List<? super T> result, int limit) Collects entities of the given type, up tolimit. Using this can improve performance, especially iflimitis small.- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_47539Lnet/minecraft/class_3218;method_47539(Lnet/minecraft/class_5575;Ljava/util/function/Predicate;Ljava/util/List;I)Vofficial aLaif;a(Ldfw;Ljava/util/function/Predicate;Ljava/util/List;I)Vnamed collectEntitiesByTypeLnet/minecraft/server/world/ServerWorld;collectEntitiesByType(Lnet/minecraft/util/TypeFilter;Ljava/util/function/Predicate;Ljava/util/List;I)V
-
getAliveEnderDragons
Returns the list of alive ender dragons in the world.- Returns:
- the list of alive ender dragons in the world
- Mappings:
Namespace Name Mixin selector intermediary method_18776Lnet/minecraft/class_3218;method_18776()Ljava/util/List;official hLaif;h()Ljava/util/List;named getAliveEnderDragonsLnet/minecraft/server/world/ServerWorld;getAliveEnderDragons()Ljava/util/List;
-
getPlayers
Returns the list of players filtered usingpredicate.- Returns:
- the list of players filtered using
predicate - Mappings:
Namespace Name Mixin selector intermediary method_18766Lnet/minecraft/class_3218;method_18766(Ljava/util/function/Predicate;)Ljava/util/List;official aLaif;a(Ljava/util/function/Predicate;)Ljava/util/List;named getPlayersLnet/minecraft/server/world/ServerWorld;getPlayers(Ljava/util/function/Predicate;)Ljava/util/List;
-
getPlayers
public List<ServerPlayerEntity> getPlayers(Predicate<? super ServerPlayerEntity> predicate, int limit) Returns the list of players filtered usingpredicate, up tolimit.- Returns:
- the list of players filtered using
predicate, up tolimit - Mappings:
Namespace Name Mixin selector intermediary method_47540Lnet/minecraft/class_3218;method_47540(Ljava/util/function/Predicate;I)Ljava/util/List;official aLaif;a(Ljava/util/function/Predicate;I)Ljava/util/List;named getPlayersLnet/minecraft/server/world/ServerWorld;getPlayers(Ljava/util/function/Predicate;I)Ljava/util/List;
-
getRandomAlivePlayer
Returns a randomly selected alive player, ornullif there is none.- Returns:
- a randomly selected alive player, or
nullif there is none - Mappings:
Namespace Name Mixin selector intermediary method_18779Lnet/minecraft/class_3218;method_18779()Lnet/minecraft/class_3222;official iLaif;i()Laig;named getRandomAlivePlayerLnet/minecraft/server/world/ServerWorld;getRandomAlivePlayer()Lnet/minecraft/server/network/ServerPlayerEntity;
-
spawnEntity
Spawns an entity.- Specified by:
spawnEntityin interfaceModifiableWorld- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_8649Lnet/minecraft/class_1945;method_8649(Lnet/minecraft/class_1297;)Zofficial bLcms;b(Lbfh;)Znamed spawnEntityLnet/minecraft/world/ModifiableWorld;spawnEntity(Lnet/minecraft/entity/Entity;)Z
-
tryLoadEntity
- Mappings:
Namespace Name Mixin selector intermediary method_18768Lnet/minecraft/class_3218;method_18768(Lnet/minecraft/class_1297;)Zofficial cLaif;c(Lbfh;)Znamed tryLoadEntityLnet/minecraft/server/world/ServerWorld;tryLoadEntity(Lnet/minecraft/entity/Entity;)Z
-
onDimensionChanged
Called on the destination world when an entity changed the dimension.This does not get called for players changing dimensions. Use
onPlayerChangeDimension(net.minecraft.server.network.ServerPlayerEntity)(for portals) oronPlayerTeleport(net.minecraft.server.network.ServerPlayerEntity)(for teleportation) instead.- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_18769Lnet/minecraft/class_3218;method_18769(Lnet/minecraft/class_1297;)Vofficial dLaif;d(Lbfh;)Vnamed onDimensionChangedLnet/minecraft/server/world/ServerWorld;onDimensionChanged(Lnet/minecraft/entity/Entity;)V
-
onPlayerTeleport
Called on the destination world when a player changed the dimension by teleportation.- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_18207Lnet/minecraft/class_3218;method_18207(Lnet/minecraft/class_3222;)Vofficial aLaif;a(Laig;)Vnamed onPlayerTeleportLnet/minecraft/server/world/ServerWorld;onPlayerTeleport(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
onPlayerChangeDimension
Called on the destination world when a player changed the dimension using portals.- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_18211Lnet/minecraft/class_3218;method_18211(Lnet/minecraft/class_3222;)Vofficial bLaif;b(Laig;)Vnamed onPlayerChangeDimensionLnet/minecraft/server/world/ServerWorld;onPlayerChangeDimension(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
onPlayerConnected
Called on the player's world when the player connected to the server and spawned.- Mappings:
Namespace Name Mixin selector intermediary method_18213Lnet/minecraft/class_3218;method_18213(Lnet/minecraft/class_3222;)Vofficial cLaif;c(Laig;)Vnamed onPlayerConnectedLnet/minecraft/server/world/ServerWorld;onPlayerConnected(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
onPlayerRespawned
Called on the world that has the player's respawn point when the player respawned.- Mappings:
Namespace Name Mixin selector intermediary method_18215Lnet/minecraft/class_3218;method_18215(Lnet/minecraft/class_3222;)Vofficial dLaif;d(Laig;)Vnamed onPlayerRespawnedLnet/minecraft/server/world/ServerWorld;onPlayerRespawned(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
addPlayer
- Mappings:
Namespace Name Mixin selector intermediary method_18771Lnet/minecraft/class_3218;method_18771(Lnet/minecraft/class_3222;)Vofficial eLaif;e(Laig;)Vnamed addPlayerLnet/minecraft/server/world/ServerWorld;addPlayer(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
addEntity
- Mappings:
Namespace Name Mixin selector intermediary method_14175Lnet/minecraft/class_3218;method_14175(Lnet/minecraft/class_1297;)Zofficial jLaif;j(Lbfh;)Znamed addEntityLnet/minecraft/server/world/ServerWorld;addEntity(Lnet/minecraft/entity/Entity;)Z
-
spawnNewEntityAndPassengers
Checks whether any of the entity and its passengers already exist in the world, and if not, spawns the entity with its passengers.- Returns:
trueif the spawning was successful, otherwisefalse- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_30736Lnet/minecraft/class_3218;method_30736(Lnet/minecraft/class_1297;)Zofficial eLaif;e(Lbfh;)Znamed spawnNewEntityAndPassengersLnet/minecraft/server/world/ServerWorld;spawnNewEntityAndPassengers(Lnet/minecraft/entity/Entity;)Z
-
unloadEntities
- Mappings:
Namespace Name Mixin selector intermediary method_18764Lnet/minecraft/class_3218;method_18764(Lnet/minecraft/class_2818;)Vofficial aLaif;a(Ldef;)Vnamed unloadEntitiesLnet/minecraft/server/world/ServerWorld;unloadEntities(Lnet/minecraft/world/chunk/WorldChunk;)V
-
removePlayer
- Mappings:
Namespace Name Mixin selector intermediary method_18770Lnet/minecraft/class_3218;method_18770(Lnet/minecraft/class_3222;Lnet/minecraft/class_1297$class_5529;)Vofficial aLaif;a(Laig;Lbfh$c;)Vnamed removePlayerLnet/minecraft/server/world/ServerWorld;removePlayer(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/entity/Entity$RemovalReason;)V
-
setBlockBreakingInfo
- Specified by:
setBlockBreakingInfoin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_8517Lnet/minecraft/class_1937;method_8517(ILnet/minecraft/class_2338;I)Vofficial aLcmk;a(ILgu;I)Vnamed setBlockBreakingInfoLnet/minecraft/world/World;setBlockBreakingInfo(ILnet/minecraft/util/math/BlockPos;I)V
-
playSound
public void playSound(@Nullable @Nullable PlayerEntity except, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) - Specified by:
playSoundin classWorld- Parameters:
except- the player that should not receive the sound, ornull- Mappings:
Namespace Name Mixin selector intermediary method_8465Lnet/minecraft/class_1937;method_8465(Lnet/minecraft/class_1657;DDDLnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)Vofficial aLcmk;a(Lbym;DDDLhe;Lami;FFJ)Vnamed playSoundLnet/minecraft/world/World;playSound(Lnet/minecraft/entity/player/PlayerEntity;DDDLnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/sound/SoundCategory;FFJ)V
-
playSoundFromEntity
public void playSoundFromEntity(@Nullable @Nullable PlayerEntity except, Entity entity, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) - Specified by:
playSoundFromEntityin classWorld- Parameters:
except- the player that should not receive the sound, ornull- Mappings:
Namespace Name Mixin selector intermediary method_8449Lnet/minecraft/class_1937;method_8449(Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;Lnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)Vofficial aLcmk;a(Lbym;Lbfh;Lhe;Lami;FFJ)Vnamed playSoundFromEntityLnet/minecraft/world/World;playSoundFromEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/sound/SoundCategory;FFJ)V
-
syncGlobalEvent
- Overrides:
syncGlobalEventin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_8474Lnet/minecraft/class_1937;method_8474(ILnet/minecraft/class_2338;I)Vofficial bLcmk;b(ILgu;I)Vnamed syncGlobalEventLnet/minecraft/world/World;syncGlobalEvent(ILnet/minecraft/util/math/BlockPos;I)V
-
syncWorldEvent
public void syncWorldEvent(@Nullable @Nullable PlayerEntity player, int eventId, BlockPos pos, int data) - Specified by:
syncWorldEventin interfaceWorldAccess- Mappings:
Namespace Name Mixin selector intermediary method_8444Lnet/minecraft/class_1936;method_8444(Lnet/minecraft/class_1657;ILnet/minecraft/class_2338;I)Vofficial aLcml;a(Lbym;ILgu;I)Vnamed syncWorldEventLnet/minecraft/world/WorldAccess;syncWorldEvent(Lnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/util/math/BlockPos;I)V
-
getLogicalHeight
public int getLogicalHeight()- Mappings:
Namespace Name Mixin selector intermediary method_32819Lnet/minecraft/class_3218;method_32819()Iofficial jLaif;j()Inamed getLogicalHeightLnet/minecraft/server/world/ServerWorld;getLogicalHeight()I
-
emitGameEvent
Emits a game event.- Specified by:
emitGameEventin interfaceWorldAccess- Mappings:
Namespace Name Mixin selector intermediary method_32888Lnet/minecraft/class_1936;method_32888(Lnet/minecraft/class_5712;Lnet/minecraft/class_243;Lnet/minecraft/class_5712$class_7397;)Vofficial aLcml;a(Ldgi;Leea;Ldgi$a;)Vnamed emitGameEventLnet/minecraft/world/WorldAccess;emitGameEvent(Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/world/event/GameEvent$Emitter;)V
-
updateListeners
- Specified by:
updateListenersin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_8413Lnet/minecraft/class_1937;method_8413(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;I)Vofficial aLcmk;a(Lgu;Ldby;Ldby;I)Vnamed updateListenersLnet/minecraft/world/World;updateListeners(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)V
-
updateNeighborsAlways
Emits a neighbor update to all 6 neighboring blocks ofpos.- Overrides:
updateNeighborsAlwaysin classWorld- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_8452Lnet/minecraft/class_1937;method_8452(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;)Vofficial aLcmk;a(Lgu;Lcpl;)Vnamed updateNeighborsAlwaysLnet/minecraft/world/World;updateNeighborsAlways(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
-
updateNeighborsExcept
Emits a neighbor update to neighboring blocks ofpos, except for the one indirectiondirection.- Overrides:
updateNeighborsExceptin classWorld- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_8508Lnet/minecraft/class_1937;method_8508(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_2350;)Vofficial aLcmk;a(Lgu;Lcpl;Lha;)Vnamed updateNeighborsExceptLnet/minecraft/world/World;updateNeighborsExcept(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/Direction;)V
-
updateNeighbor
Triggers a neighbor update originating fromsourcePosatpos.- Overrides:
updateNeighborin classWorld- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_8492Lnet/minecraft/class_1937;method_8492(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_2338;)Vofficial aLcmk;a(Lgu;Lcpl;Lgu;)Vnamed updateNeighborLnet/minecraft/world/World;updateNeighbor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;)V
-
updateNeighbor
public void updateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, BlockPos sourcePos, boolean notify) - Overrides:
updateNeighborin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_41410Lnet/minecraft/class_1937;method_41410(Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_2338;Z)Vofficial aLcmk;a(Ldby;Lgu;Lcpl;Lgu;Z)Vnamed updateNeighborLnet/minecraft/world/World;updateNeighbor(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;Z)V
-
sendEntityStatus
Sends the entity status to nearby players.- Overrides:
sendEntityStatusin classWorld- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_8421Lnet/minecraft/class_1937;method_8421(Lnet/minecraft/class_1297;B)Vofficial aLcmk;a(Lbfh;B)Vnamed sendEntityStatusLnet/minecraft/world/World;sendEntityStatus(Lnet/minecraft/entity/Entity;B)V
-
sendEntityDamage
- Overrides:
sendEntityDamagein classWorld- Mappings:
Namespace Name Mixin selector intermediary method_48760Lnet/minecraft/class_1937;method_48760(Lnet/minecraft/class_1297;Lnet/minecraft/class_1282;)Vofficial aLcmk;a(Lbfh;Lbem;)Vnamed sendEntityDamageLnet/minecraft/world/World;sendEntityDamage(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;)V
-
getChunkManager
- Specified by:
getChunkManagerin interfaceWorldAccess- Mappings:
Namespace Name Mixin selector intermediary method_14178Lnet/minecraft/class_3218;method_14178()Lnet/minecraft/class_3215;official kLaif;k()Laid;named getChunkManagerLnet/minecraft/server/world/ServerWorld;getChunkManager()Lnet/minecraft/server/world/ServerChunkManager;
-
createExplosion
public Explosion createExplosion(@Nullable @Nullable Entity entity, @Nullable @Nullable DamageSource damageSource, @Nullable @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, World.ExplosionSourceType explosionSourceType) Creates an explosion.- Overrides:
createExplosionin classWorld- Parameters:
entity- the entity that exploded (like TNT) ornullto indicate no entity explodeddamageSource- the custom damage source, ornullto use the default (DamageSources.explosion(Explosion))behavior- the explosion behavior, ornullto use the defaultcreateFire- whether the explosion should create fire- Mappings:
Namespace Name Mixin selector intermediary method_8454Lnet/minecraft/class_1937;method_8454(Lnet/minecraft/class_1297;Lnet/minecraft/class_1282;Lnet/minecraft/class_5362;DDDFZLnet/minecraft/class_1937$class_7867;)Lnet/minecraft/class_1927;official aLcmk;a(Lbfh;Lbem;Lcmd;DDDFZLcmk$a;)Lcmc;named createExplosionLnet/minecraft/world/World;createExplosion(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;Lnet/minecraft/world/explosion/ExplosionBehavior;DDDFZLnet/minecraft/world/World$ExplosionSourceType;)Lnet/minecraft/world/explosion/Explosion;
-
addSyncedBlockEvent
- Overrides:
addSyncedBlockEventin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_8427Lnet/minecraft/class_1937;method_8427(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;II)Vofficial aLcmk;a(Lgu;Lcpl;II)Vnamed addSyncedBlockEventLnet/minecraft/world/World;addSyncedBlockEvent(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)V
-
processSyncedBlockEvents
private void processSyncedBlockEvents()- Mappings:
Namespace Name Mixin selector intermediary method_14192Lnet/minecraft/class_3218;method_14192()Vofficial atLaif;at()Vnamed processSyncedBlockEventsLnet/minecraft/server/world/ServerWorld;processSyncedBlockEvents()V
-
processBlockEvent
- Mappings:
Namespace Name Mixin selector intermediary method_14174Lnet/minecraft/class_3218;method_14174(Lnet/minecraft/class_1919;)Zofficial aLaif;a(Lclp;)Znamed processBlockEventLnet/minecraft/server/world/ServerWorld;processBlockEvent(Lnet/minecraft/server/world/BlockEvent;)Z
-
getBlockTickScheduler
- Specified by:
getBlockTickSchedulerin interfaceWorldAccess- Mappings:
Namespace Name Mixin selector intermediary method_14196Lnet/minecraft/class_3218;method_14196()Lnet/minecraft/class_6757;official lLaif;l()Lefi;named getBlockTickSchedulerLnet/minecraft/server/world/ServerWorld;getBlockTickScheduler()Lnet/minecraft/world/tick/WorldTickScheduler;
-
getFluidTickScheduler
- Specified by:
getFluidTickSchedulerin interfaceWorldAccess- Mappings:
Namespace Name Mixin selector intermediary method_14179Lnet/minecraft/class_3218;method_14179()Lnet/minecraft/class_6757;official mLaif;m()Lefi;named getFluidTickSchedulerLnet/minecraft/server/world/ServerWorld;getFluidTickScheduler()Lnet/minecraft/world/tick/WorldTickScheduler;
-
getServer
- Specified by:
getServerin interfaceWorldAccess- Overrides:
getServerin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_8503Lnet/minecraft/class_1936;method_8503()Lnet/minecraft/server/MinecraftServer;official nLcml;n()Lnet/minecraft/server/MinecraftServer;named getServerLnet/minecraft/world/WorldAccess;getServer()Lnet/minecraft/server/MinecraftServer;
-
getPortalForcer
- Mappings:
Namespace Name Mixin selector intermediary method_14173Lnet/minecraft/class_3218;method_14173()Lnet/minecraft/class_1946;official oLaif;o()Ldxx;named getPortalForcerLnet/minecraft/server/world/ServerWorld;getPortalForcer()Lnet/minecraft/world/PortalForcer;
-
getStructureTemplateManager
- Mappings:
Namespace Name Mixin selector intermediary method_14183Lnet/minecraft/class_3218;method_14183()Lnet/minecraft/class_3485;official pLaif;p()Ldvr;named getStructureTemplateManagerLnet/minecraft/server/world/ServerWorld;getStructureTemplateManager()Lnet/minecraft/structure/StructureTemplateManager;
-
spawnParticles
public <T extends ParticleEffect> int spawnParticles(T particle, double x, double y, double z, int count, double deltaX, double deltaY, double deltaZ, double speed) Spawns a particle visible to nearby players.- Returns:
- the number of players the particle packet was sent to
- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_14199Lnet/minecraft/class_3218;method_14199(Lnet/minecraft/class_2394;DDDIDDDD)Iofficial aLaif;a(Lit;DDDIDDDD)Inamed spawnParticlesLnet/minecraft/server/world/ServerWorld;spawnParticles(Lnet/minecraft/particle/ParticleEffect;DDDIDDDD)I
-
spawnParticles
public <T extends ParticleEffect> boolean spawnParticles(ServerPlayerEntity viewer, T particle, boolean force, double x, double y, double z, int count, double deltaX, double deltaY, double deltaZ, double speed) Spawns a particle visible toviewer, if the viewer is near the provided coordinates.- Returns:
- whether the particle packet was sent
- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_14166Lnet/minecraft/class_3218;method_14166(Lnet/minecraft/class_3222;Lnet/minecraft/class_2394;ZDDDIDDDD)Zofficial aLaif;a(Laig;Lit;ZDDDIDDDD)Znamed spawnParticlesLnet/minecraft/server/world/ServerWorld;spawnParticles(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/particle/ParticleEffect;ZDDDIDDDD)Z
-
sendToPlayerIfNearby
private boolean sendToPlayerIfNearby(ServerPlayerEntity player, boolean force, double x, double y, double z, Packet<?> packet) Sends thepackettoplayerif the player is near the provided coordinates.- Returns:
- whether the packet was sent
- Implementation Note:
- The threshold is 32 blocks if
forceisfalse, and 512 blocks ifforceistrue. - Mappings:
Namespace Name Mixin selector intermediary method_14191Lnet/minecraft/class_3218;method_14191(Lnet/minecraft/class_3222;ZDDDLnet/minecraft/class_2596;)Zofficial aLaif;a(Laig;ZDDDLuo;)Znamed sendToPlayerIfNearbyLnet/minecraft/server/world/ServerWorld;sendToPlayerIfNearby(Lnet/minecraft/server/network/ServerPlayerEntity;ZDDDLnet/minecraft/network/packet/Packet;)Z
-
getEntityById
Returns the entity using the entity ID, ornullif none was found.Entity ID is ephemeral and changes after server restart. Use the UUID for persistent storage instead.
- Specified by:
getEntityByIdin classWorld- Returns:
- the entity using the entity ID, or
nullif none was found - See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_8469Lnet/minecraft/class_1937;method_8469(I)Lnet/minecraft/class_1297;official aLcmk;a(I)Lbfh;named getEntityByIdLnet/minecraft/world/World;getEntityById(I)Lnet/minecraft/entity/Entity;
-
getDragonPart
Deprecated.- Mappings:
Namespace Name Mixin selector intermediary method_31424Lnet/minecraft/class_3218;method_31424(I)Lnet/minecraft/class_1297;official bLaif;b(I)Lbfh;named getDragonPartLnet/minecraft/server/world/ServerWorld;getDragonPart(I)Lnet/minecraft/entity/Entity;
-
getEntity
Returns the entity using the UUID, ornullif none was found.- Returns:
- the entity using the UUID, or
nullif none was found - See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_14190Lnet/minecraft/class_3218;method_14190(Ljava/util/UUID;)Lnet/minecraft/class_1297;official aLaif;a(Ljava/util/UUID;)Lbfh;named getEntityLnet/minecraft/server/world/ServerWorld;getEntity(Ljava/util/UUID;)Lnet/minecraft/entity/Entity;
-
locateStructure
@Nullable public @Nullable BlockPos locateStructure(TagKey<Structure> structureTag, BlockPos pos, int radius, boolean skipReferencedStructures) Tries to find the closest structure of a given type near a given block.New chunks will only be generated up to the
ChunkStatus.STRUCTURE_STARTSphase by this method.The radius is ignored for strongholds.
- Parameters:
pos- the position to start the searching atradius- the search radius in chunks around the chunk the given block position is in; a radius of 0 will only search in the given chunkskipReferencedStructures- whether to exclude structures that were previously located (has positiveStructureStart.references)- Returns:
- the position of the structure, or
nullif no structure could be found within the given search radius - See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_8487Lnet/minecraft/class_3218;method_8487(Lnet/minecraft/class_6862;Lnet/minecraft/class_2338;IZ)Lnet/minecraft/class_2338;official aLaif;a(Lanl;Lgu;IZ)Lgu;named locateStructureLnet/minecraft/server/world/ServerWorld;locateStructure(Lnet/minecraft/registry/tag/TagKey;Lnet/minecraft/util/math/BlockPos;IZ)Lnet/minecraft/util/math/BlockPos;
-
locateBiome
@Nullable public @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> locateBiome(Predicate<RegistryEntry<Biome>> predicate, BlockPos pos, int radius, int horizontalBlockCheckInterval, int verticalBlockCheckInterval) - Mappings:
Namespace Name Mixin selector intermediary method_42108Lnet/minecraft/class_3218;method_42108(Ljava/util/function/Predicate;Lnet/minecraft/class_2338;III)Lcom/mojang/datafixers/util/Pair;official aLaif;a(Ljava/util/function/Predicate;Lgu;III)Lcom/mojang/datafixers/util/Pair;named locateBiomeLnet/minecraft/server/world/ServerWorld;locateBiome(Ljava/util/function/Predicate;Lnet/minecraft/util/math/BlockPos;III)Lcom/mojang/datafixers/util/Pair;
-
getRecipeManager
- Specified by:
getRecipeManagerin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_8433Lnet/minecraft/class_1937;method_8433()Lnet/minecraft/class_1863;official qLcmk;q()Lcjb;named getRecipeManagerLnet/minecraft/world/World;getRecipeManager()Lnet/minecraft/recipe/RecipeManager;
-
isSavingDisabled
public boolean isSavingDisabled()- Overrides:
isSavingDisabledin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_8458Lnet/minecraft/class_1937;method_8458()Zofficial rLcmk;r()Znamed isSavingDisabledLnet/minecraft/world/World;isSavingDisabled()Z
-
getPersistentStateManager
- Mappings:
Namespace Name Mixin selector intermediary method_17983Lnet/minecraft/class_3218;method_17983()Lnet/minecraft/class_26;official sLaif;s()Ldyr;named getPersistentStateManagerLnet/minecraft/server/world/ServerWorld;getPersistentStateManager()Lnet/minecraft/world/PersistentStateManager;
-
getMapState
- Specified by:
getMapStatein classWorld- Mappings:
Namespace Name Mixin selector intermediary method_17891Lnet/minecraft/class_1937;method_17891(Ljava/lang/String;)Lnet/minecraft/class_22;official aLcmk;a(Ljava/lang/String;)Ldyl;named getMapStateLnet/minecraft/world/World;getMapState(Ljava/lang/String;)Lnet/minecraft/item/map/MapState;
-
putMapState
- Specified by:
putMapStatein classWorld- Mappings:
Namespace Name Mixin selector intermediary method_17890Lnet/minecraft/class_1937;method_17890(Ljava/lang/String;Lnet/minecraft/class_22;)Vofficial aLcmk;a(Ljava/lang/String;Ldyl;)Vnamed putMapStateLnet/minecraft/world/World;putMapState(Ljava/lang/String;Lnet/minecraft/item/map/MapState;)V
-
getNextMapId
public int getNextMapId()- Specified by:
getNextMapIdin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_17889Lnet/minecraft/class_1937;method_17889()Iofficial tLcmk;t()Inamed getNextMapIdLnet/minecraft/world/World;getNextMapId()I
-
setSpawnPos
Sets the world spawn point.- Parameters:
pos- the position of the spawn pointangle- the angle of the spawned entity- Mappings:
Namespace Name Mixin selector intermediary method_8554Lnet/minecraft/class_3218;method_8554(Lnet/minecraft/class_2338;F)Vofficial aLaif;a(Lgu;F)Vnamed setSpawnPosLnet/minecraft/server/world/ServerWorld;setSpawnPos(Lnet/minecraft/util/math/BlockPos;F)V
-
getForcedChunks
Returns the set that containsChunkPosof forced chunks serialized as a long.- Returns:
- the set that contains
ChunkPosof forced chunks serialized as a long - Mappings:
Namespace Name Mixin selector intermediary method_17984Lnet/minecraft/class_3218;method_17984()Lit/unimi/dsi/fastutil/longs/LongSet;official uLaif;u()Lit/unimi/dsi/fastutil/longs/LongSet;named getForcedChunksLnet/minecraft/server/world/ServerWorld;getForcedChunks()Lit/unimi/dsi/fastutil/longs/LongSet;
-
setChunkForced
public boolean setChunkForced(int x, int z, boolean forced) Sets the forced status of the chunk.Forced chunks are created in-game using the
/forceloadcommand.- Parameters:
x- the chunk's X coordinatez- the chunk's Z coordinateforced- whether to mark the chunk as forced- Mappings:
Namespace Name Mixin selector intermediary method_17988Lnet/minecraft/class_3218;method_17988(IIZ)Zofficial aLaif;a(IIZ)Znamed setChunkForcedLnet/minecraft/server/world/ServerWorld;setChunkForced(IIZ)Z
-
getPlayers
- Specified by:
getPlayersin interfaceEntityView- Mappings:
Namespace Name Mixin selector intermediary method_18456Lnet/minecraft/class_1924;method_18456()Ljava/util/List;official vLcmb;v()Ljava/util/List;named getPlayersLnet/minecraft/world/EntityView;getPlayers()Ljava/util/List;
-
onBlockChanged
Called when a block state changed.- Overrides:
onBlockChangedin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_19282Lnet/minecraft/class_1937;method_19282(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)Vofficial aLcmk;a(Lgu;Ldby;Ldby;)Vnamed onBlockChangedLnet/minecraft/world/World;onBlockChanged(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)V
-
getPointOfInterestStorage
- Mappings:
Namespace Name Mixin selector intermediary method_19494Lnet/minecraft/class_3218;method_19494()Lnet/minecraft/class_4153;official wLaif;w()Lbqx;named getPointOfInterestStorageLnet/minecraft/server/world/ServerWorld;getPointOfInterestStorage()Lnet/minecraft/world/poi/PointOfInterestStorage;
-
isNearOccupiedPointOfInterest
- Mappings:
Namespace Name Mixin selector intermediary method_19500Lnet/minecraft/class_3218;method_19500(Lnet/minecraft/class_2338;)Zofficial bLaif;b(Lgu;)Znamed isNearOccupiedPointOfInterestLnet/minecraft/server/world/ServerWorld;isNearOccupiedPointOfInterest(Lnet/minecraft/util/math/BlockPos;)Z
-
isNearOccupiedPointOfInterest
- Mappings:
Namespace Name Mixin selector intermediary method_20588Lnet/minecraft/class_3218;method_20588(Lnet/minecraft/class_4076;)Zofficial aLaif;a(Lhx;)Znamed isNearOccupiedPointOfInterestLnet/minecraft/server/world/ServerWorld;isNearOccupiedPointOfInterest(Lnet/minecraft/util/math/ChunkSectionPos;)Z
-
isNearOccupiedPointOfInterest
- Mappings:
Namespace Name Mixin selector intermediary method_19497Lnet/minecraft/class_3218;method_19497(Lnet/minecraft/class_2338;I)Zofficial aLaif;a(Lgu;I)Znamed isNearOccupiedPointOfInterestLnet/minecraft/server/world/ServerWorld;isNearOccupiedPointOfInterest(Lnet/minecraft/util/math/BlockPos;I)Z
-
getOccupiedPointOfInterestDistance
- Mappings:
Namespace Name Mixin selector intermediary method_19498Lnet/minecraft/class_3218;method_19498(Lnet/minecraft/class_4076;)Iofficial bLaif;b(Lhx;)Inamed getOccupiedPointOfInterestDistanceLnet/minecraft/server/world/ServerWorld;getOccupiedPointOfInterestDistance(Lnet/minecraft/util/math/ChunkSectionPos;)I
-
getRaidManager
- Mappings:
Namespace Name Mixin selector intermediary method_19495Lnet/minecraft/class_3218;method_19495()Lnet/minecraft/class_3767;official xLaif;x()Lbzv;named getRaidManagerLnet/minecraft/server/world/ServerWorld;getRaidManager()Lnet/minecraft/village/raid/RaidManager;
-
getRaidAt
Returns the raid occurring within 96 block radius, ornullif there is none.- Returns:
- the raid occurring within 96 block radius, or
nullif there is none - Mappings:
Namespace Name Mixin selector intermediary method_19502Lnet/minecraft/class_3218;method_19502(Lnet/minecraft/class_2338;)Lnet/minecraft/class_3765;official cLaif;c(Lgu;)Lbzt;named getRaidAtLnet/minecraft/server/world/ServerWorld;getRaidAt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/village/raid/Raid;
-
hasRaidAt
Returnstrueif a raid exists within 96 block radius ofpos.- Returns:
trueif a raid exists within 96 block radius ofpos- Mappings:
Namespace Name Mixin selector intermediary method_19503Lnet/minecraft/class_3218;method_19503(Lnet/minecraft/class_2338;)Zofficial dLaif;d(Lgu;)Znamed hasRaidAtLnet/minecraft/server/world/ServerWorld;hasRaidAt(Lnet/minecraft/util/math/BlockPos;)Z
-
handleInteraction
public void handleInteraction(EntityInteraction interaction, Entity entity, InteractionObserver observer) - Mappings:
Namespace Name Mixin selector intermediary method_19496Lnet/minecraft/class_3218;method_19496(Lnet/minecraft/class_4151;Lnet/minecraft/class_1297;Lnet/minecraft/class_4094;)Vofficial aLaif;a(Lbqu;Lbfh;Lbgm;)Vnamed handleInteractionLnet/minecraft/server/world/ServerWorld;handleInteraction(Lnet/minecraft/entity/EntityInteraction;Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/InteractionObserver;)V
-
dump
- Throws:
IOException- Mappings:
Namespace Name Mixin selector intermediary method_21625Lnet/minecraft/class_3218;method_21625(Ljava/nio/file/Path;)Vofficial aLaif;a(Ljava/nio/file/Path;)Vnamed dumpLnet/minecraft/server/world/ServerWorld;dump(Ljava/nio/file/Path;)V
-
dumpEntities
- Throws:
IOException- Mappings:
Namespace Name Mixin selector intermediary method_21624Lnet/minecraft/class_3218;method_21624(Ljava/io/Writer;Ljava/lang/Iterable;)Vofficial aLaif;a(Ljava/io/Writer;Ljava/lang/Iterable;)Vnamed dumpEntitiesLnet/minecraft/server/world/ServerWorld;dumpEntities(Ljava/io/Writer;Ljava/lang/Iterable;)V
-
dumpBlockEntities
- Throws:
IOException- Mappings:
Namespace Name Mixin selector intermediary method_21626Lnet/minecraft/class_3218;method_21626(Ljava/io/Writer;)Vofficial aLaif;a(Ljava/io/Writer;)Vnamed dumpBlockEntitiesLnet/minecraft/server/world/ServerWorld;dumpBlockEntities(Ljava/io/Writer;)V
-
clearUpdatesInArea
- Mappings:
Namespace Name Mixin selector intermediary method_23658Lnet/minecraft/class_3218;method_23658(Lnet/minecraft/class_3341;)Vofficial aLaif;a(Ldrp;)Vnamed clearUpdatesInAreaLnet/minecraft/server/world/ServerWorld;clearUpdatesInArea(Lnet/minecraft/util/math/BlockBox;)V
-
updateNeighbors
- Specified by:
updateNeighborsin interfaceWorldAccess- Mappings:
Namespace Name Mixin selector intermediary method_8408Lnet/minecraft/class_1936;method_8408(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;)Vofficial bLcml;b(Lgu;Lcpl;)Vnamed updateNeighborsLnet/minecraft/world/WorldAccess;updateNeighbors(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
-
getBrightness
- Specified by:
getBrightnessin interfaceBlockRenderView- Mappings:
Namespace Name Mixin selector intermediary method_24852Lnet/minecraft/class_1920;method_24852(Lnet/minecraft/class_2350;Z)Fofficial aLcln;a(Lha;Z)Fnamed getBrightnessLnet/minecraft/world/BlockRenderView;getBrightness(Lnet/minecraft/util/math/Direction;Z)F
-
iterateEntities
- Mappings:
Namespace Name Mixin selector intermediary method_27909Lnet/minecraft/class_3218;method_27909()Ljava/lang/Iterable;official yLaif;y()Ljava/lang/Iterable;named iterateEntitiesLnet/minecraft/server/world/ServerWorld;iterateEntities()Ljava/lang/Iterable;
-
toString
-
isFlat
public boolean isFlat()- Mappings:
Namespace Name Mixin selector intermediary method_28125Lnet/minecraft/class_3218;method_28125()Zofficial zLaif;z()Znamed isFlatLnet/minecraft/server/world/ServerWorld;isFlat()Z
-
getSeed
public long getSeed()- Specified by:
getSeedin interfaceStructureWorldAccess- Mappings:
Namespace Name Mixin selector intermediary method_8412Lnet/minecraft/class_5281;method_8412()Jofficial ALcne;A()Jnamed getSeedLnet/minecraft/world/StructureWorldAccess;getSeed()J
-
getEnderDragonFight
- Mappings:
Namespace Name Mixin selector intermediary method_29198Lnet/minecraft/class_3218;method_29198()Lnet/minecraft/class_2881;official BLaif;B()Ldfk;named getEnderDragonFightLnet/minecraft/server/world/ServerWorld;getEnderDragonFight()Lnet/minecraft/entity/boss/dragon/EnderDragonFight;
-
toServerWorld
- Specified by:
toServerWorldin interfaceServerWorldAccess- Mappings:
Namespace Name Mixin selector intermediary method_8410Lnet/minecraft/class_5425;method_8410()Lnet/minecraft/class_3218;official CLcmz;C()Laif;named toServerWorldLnet/minecraft/world/ServerWorldAccess;toServerWorld()Lnet/minecraft/server/world/ServerWorld;
-
getDebugString
- Mappings:
Namespace Name Mixin selector intermediary method_31268Lnet/minecraft/class_3218;method_31268()Ljava/lang/String;official DLaif;D()Ljava/lang/String;named getDebugStringLnet/minecraft/server/world/ServerWorld;getDebugString()Ljava/lang/String;
-
getTopFive
Categoriesitemswith theclassifierand reports a message indicating the top five biggest categories.- Parameters:
items- the items to classifyclassifier- the classifier that determines the category of any item- Mappings:
Namespace Name Mixin selector intermediary method_31270Lnet/minecraft/class_3218;method_31270(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/lang/String;official aLaif;a(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/lang/String;named getTopFiveLnet/minecraft/server/world/ServerWorld;getTopFive(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/lang/String;
-
createEndSpawnPlatform
- Mappings:
Namespace Name Mixin selector intermediary method_29200Lnet/minecraft/class_3218;method_29200(Lnet/minecraft/class_3218;)Vofficial aLaif;a(Laif;)Vnamed createEndSpawnPlatformLnet/minecraft/server/world/ServerWorld;createEndSpawnPlatform(Lnet/minecraft/server/world/ServerWorld;)V
-
getEntityLookup
- Specified by:
getEntityLookupin classWorld- Mappings:
Namespace Name Mixin selector intermediary method_31592Lnet/minecraft/class_1937;method_31592()Lnet/minecraft/class_5577;official ELcmk;E()Ldfy;named getEntityLookupLnet/minecraft/world/World;getEntityLookup()Lnet/minecraft/world/entity/EntityLookup;
-
loadEntities
- Mappings:
Namespace Name Mixin selector intermediary method_31423Lnet/minecraft/class_3218;method_31423(Ljava/util/stream/Stream;)Vofficial aLaif;a(Ljava/util/stream/Stream;)Vnamed loadEntitiesLnet/minecraft/server/world/ServerWorld;loadEntities(Ljava/util/stream/Stream;)V
-
addEntities
- Mappings:
Namespace Name Mixin selector intermediary method_31426Lnet/minecraft/class_3218;method_31426(Ljava/util/stream/Stream;)Vofficial bLaif;b(Ljava/util/stream/Stream;)Vnamed addEntitiesLnet/minecraft/server/world/ServerWorld;addEntities(Ljava/util/stream/Stream;)V
-
disableTickSchedulers
- Mappings:
Namespace Name Mixin selector intermediary method_39223Lnet/minecraft/class_3218;method_39223(Lnet/minecraft/class_2818;)Vofficial bLaif;b(Ldef;)Vnamed disableTickSchedulersLnet/minecraft/server/world/ServerWorld;disableTickSchedulers(Lnet/minecraft/world/chunk/WorldChunk;)V
-
cacheStructures
- Mappings:
Namespace Name Mixin selector intermediary method_39778Lnet/minecraft/class_3218;method_39778(Lnet/minecraft/class_2791;)Vofficial aLaif;a(Lddu;)Vnamed cacheStructuresLnet/minecraft/server/world/ServerWorld;cacheStructures(Lnet/minecraft/world/chunk/Chunk;)V
-
close
- Specified by:
closein interfaceAutoCloseable- Overrides:
closein classWorld- Throws:
IOException
-
asString
-
isChunkLoaded
public boolean isChunkLoaded(long chunkPos) Returnstrueif the chunkchunkPosis loaded.- Returns:
trueif the chunkchunkPosis loaded- Mappings:
Namespace Name Mixin selector intermediary method_37116Lnet/minecraft/class_3218;method_37116(J)Zofficial cLaif;c(J)Znamed isChunkLoadedLnet/minecraft/server/world/ServerWorld;isChunkLoaded(J)Z
-
isTickingFutureReady
private boolean isTickingFutureReady(long chunkPos) - Mappings:
Namespace Name Mixin selector intermediary method_37117Lnet/minecraft/class_3218;method_37117(J)Zofficial dLaif;d(J)Znamed isTickingFutureReadyLnet/minecraft/server/world/ServerWorld;isTickingFutureReady(J)Z
-
shouldTickEntity
Returns whether to tick entities atpos.- Returns:
- whether to tick entities at
pos - Mappings:
Namespace Name Mixin selector intermediary method_37118Lnet/minecraft/class_3218;method_37118(Lnet/minecraft/class_2338;)Zofficial eLaif;e(Lgu;)Znamed shouldTickEntityLnet/minecraft/server/world/ServerWorld;shouldTickEntity(Lnet/minecraft/util/math/BlockPos;)Z
-
shouldTick
- Mappings:
Namespace Name Mixin selector intermediary method_39999Lnet/minecraft/class_3218;method_39999(Lnet/minecraft/class_2338;)Zofficial fLaif;f(Lgu;)Znamed shouldTickLnet/minecraft/server/world/ServerWorld;shouldTick(Lnet/minecraft/util/math/BlockPos;)Z
-
shouldTick
- Mappings:
Namespace Name Mixin selector intermediary method_39998Lnet/minecraft/class_3218;method_39998(Lnet/minecraft/class_1923;)Zofficial aLaif;a(Lclr;)Znamed shouldTickLnet/minecraft/server/world/ServerWorld;shouldTick(Lnet/minecraft/util/math/ChunkPos;)Z
-
getEnabledFeatures
- Specified by:
getEnabledFeaturesin interfaceWorldView- Mappings:
Namespace Name Mixin selector intermediary method_45162Lnet/minecraft/class_4538;method_45162()Lnet/minecraft/class_7699;official GLcmn;G()Lcau;named getEnabledFeaturesLnet/minecraft/world/WorldView;getEnabledFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;
-
method_51836
- Mappings:
Namespace Name Mixin selector intermediary method_51836Lnet/minecraft/class_3218;method_51836(Lnet/minecraft/class_2960;)Lnet/minecraft/class_5819;official aLaif;a(Lacq;)Lapf;named method_51836Lnet/minecraft/server/world/ServerWorld;method_51836(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/math/random/Random;
-