Package net.minecraft.server.world
Class ServerWorld
java.lang.Object
net.minecraft.world.World
net.minecraft.server.world.ServerWorld
- All Implemented Interfaces:
AutoCloseable,BiomeAccess.Storage,BlockRenderView,BlockView,CollisionView,EntityQueriable<Entity>,EntityLookupView,EntityView,HeightLimitView,LunarWorldView,ModifiableTestableWorld,ModifiableWorld,RedstoneView,RegistryWorldView,ServerWorldAccess,StructureWorldAccess,TestableWorld,ScheduledTickView,WorldAccess,WorldView
- Mappings:
Namespace Name named net/minecraft/server/world/ServerWorldintermediary net/minecraft/class_3218official ast
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.world.World
World.ExplosionSourceTypeNested classes/interfaces inherited from interface net.minecraft.world.BlockView
BlockView.CollisionVisitor -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<BlockEvent> private final WorldTickScheduler<Block> private final ServerChunkManagerprivate static final IntProviderstatic final IntProvider(package private) booleanstatic final BlockPos(package private) final Int2ObjectMap<EnderDragonPart> (package private) final EntityListprivate final ServerEntityManager<Entity> private final GameInstanceprivate final Optional<class_11105> private final Set<class_11109> private booleanprivate final List<class_11099> private final List<class_11099> static final floatstatic final intprotected final class_10981private final WorldTickScheduler<Fluid> private final GameEventDispatchManagerprivate intprivate booleanprivate static final Loggerprivate static final intprivate final PathNodeTypeCache(package private) final List<ServerPlayerEntity> private final PortalForcerprotected final RaidManagerstatic final IntProviderprivate final RandomSequencesStatebooleanprivate 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 intprivate final List<SpecialSpawner> private 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, field_58864, field_58865, field_58866, field_58867, field_58868, field_58869, HORIZONTAL_LIMIT, isClient, lastRainGradient, lastThunderGradient, lcgBlockSeed, lcgBlockSeedIncrement, MAX_UPDATE_DEPTH, MAX_Y, MIN_Y, neighborUpdater, NETHER, OVERWORLD, properties, rainGradient, random, thunderGradientFields inherited from interface net.minecraft.world.BlockView
field_54147Fields inherited from interface net.minecraft.world.RedstoneView
DIRECTIONS -
Constructor Summary
ConstructorsConstructorDescriptionServerWorld(GameInstance gameInstance, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, RegistryEntry<DimensionType> registryEntry, WorldGenerationProgressListener worldGenerationProgressListener, boolean debugWorld, long seed, List<SpecialSpawner> spawners, boolean shouldTickTime, @Nullable RandomSequencesState randomSequencesState) -
Method Summary
Modifier and TypeMethodDescriptionaddDetailsToCrashReport(CrashReport report) voidaddEntities(Stream<Entity> entities) private booleanprivate voidaddPlayer(ServerPlayerEntity player) voidaddSyncedBlockEvent(BlockPos pos, Block block, int type, int data) asString()voidcacheStructures(Chunk chunk) booleancanEntityModifyAt(Entity entity, BlockPos pos) Returns whetherentitycan modify blocks atpos.booleanvoidvoidclose()<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.voidcreateExplosion(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, World.ExplosionSourceType explosionSourceType, ParticleEffect smallParticle, ParticleEffect largeParticle, RegistryEntry<SoundEvent> soundEvent) Creates an explosion.voiddisableTickSchedulers(WorldChunk chunk) voidprivate voiddumpBlockEntities(Writer writer) private static voiddumpEntities(Writer writer, Iterable<Entity> entities) voidemitGameEvent(RegistryEntry<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) private Explosion.DestructionTypegetDestructionType(GameRules.Key<GameRules.BooleanRule> decayRule) getEntitiesByType(TypeFilter<Entity, T> filter, Predicate<? super T> predicate) Computes a list of entities of the given type.getEntityById(int id) Returns the entity using the entity ID, ornullif none was found.protected EntityLookup<Entity> getEntityOrDragonPart(int id) Deprecated.Returns the set that containsChunkPosof forced chunks serialized as a long.getGeneratorStoredBiome(int biomeX, int biomeY, int biomeZ) protected BlockPosgetLightningPos(BlockPos pos) 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.intlonggetSeed()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.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.voidmethod_69074(int int2) private voidmethod_69076(ServerPlayerEntity serverPlayerEntity, float float2) voidmethod_69077(ServerPlayerEntity serverPlayerEntity, Consumer<ServerPlayerEntity> consumer) voidmethod_69079(ScreenHandlerType<? extends ScreenHandler> screenHandlerType, List<Integer> list) voidmethod_69081(class_11099 class_11099) voidmethod_69082(class_11105 class_11105) voidmethod_69083(class_11109 class_11109) voidmethod_69085(Vec3d vec3d, class_11109 class_11109, @Nullable ServerPlayerEntity serverPlayerEntity) method_69086(BlockPos blockPos) voidmethod_69087(BlockPos blockPos, boolean bool, Optional<UUID> optional) private voidmethod_69088(Consumer<BlockPos> consumer) voidmethod_69089(RegistryEntry<DimensionType> registryEntry) voidmethod_69091(boolean bool) voidmethod_69093(boolean bool, Optional<UUID> optional) private voidprivate voidprivate voidprivate TeleportTargetprivate voidprivate voidprivate voidprivate PlayerManagerbooleanmethod_69103(class_11105 class_11105) booleanmethod_69104(class_11109 class_11109) voidmethod_69105(BlockPos blockPos) private voidmethod_69106(Consumer<ServerPlayerEntity> consumer) booleanmethod_69109(class_11109 class_11109) voidmethod_69110(BlockPos blockPos) booleanvoidmethod_69114(BlockPos blockPos) booleanbooleanbooleanintintvoidonBlockStateChanged(BlockPos pos, BlockState oldState, BlockState newState) voidonDimensionChanged(Entity entity) Called on the destination world when an entity changed the dimension.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.voidplaySound(@Nullable Entity source, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) Plays a sound caused by a source.voidplaySoundFromEntity(@Nullable Entity source, Entity entity, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) Plays a sound caused by a source at the provided entity's position.private booleanprocessBlockEvent(BlockEvent event) private voidvoidputMapState(MapIdComponent id, MapState state) voidremovePlayer(ServerPlayerEntity player, Entity.RemovalReason reason) voidvoidvoidsave(@Nullable ProgressListener progressListener, boolean flush, boolean savingDisabled) Saves the world.private voidsavePersistentState(boolean flush) voidsendEntityDamage(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.voidsetEnderDragonFight(@Nullable EnderDragonFight enderDragonFight) Deprecated.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.booleanbooleanshouldTickBlocksInChunk(long chunkPos) Returns whether the blocks in the specified chunk should get ticked.booleanbooleanReturns whether to tick entities atpos.booleanshouldTickTestAt(ChunkPos pos) 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 parameters, boolean force, boolean important, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed) Spawns a particle visible toviewer, if the viewer is near the provided coordinates.<T extends ParticleEffect>
intspawnParticles(T parameters, boolean force, boolean important, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed) Spawns a particle visible to nearby players.<T extends ParticleEffect>
intspawnParticles(T parameters, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed) voidsyncGlobalEvent(int eventId, BlockPos pos, int data) voidsyncWorldEvent(@Nullable Entity source, int eventId, BlockPos pos, int data) voidtick(BooleanSupplier shouldKeepTicking) private voidvoidtickChunk(WorldChunk chunk, int randomTickSpeed) voidtickEntity(Entity entity) private voidvoidtickIceAndSnow(BlockPos pos) private voidtickPassenger(Entity vehicle, Entity passenger) voidtickSpawners(boolean spawnMonsters, boolean spawnAnimals) voidtickThunder(WorldChunk chunk) 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, @Nullable WireOrientation orientation, boolean notify) voidupdateNeighbor(BlockPos pos, Block sourceBlock, @Nullable WireOrientation orientation) Triggers a neighbor update originating fromsourcePosatpos.voidupdateNeighbors(BlockPos pos, Block block) voidupdateNeighborsAlways(BlockPos pos, Block sourceBlock, @Nullable WireOrientation orientation) Emits a neighbor update to all 6 neighboring blocks ofpos.voidupdateNeighborsExcept(BlockPos pos, Block sourceBlock, Direction direction, @Nullable WireOrientation orientation) 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, addFireworkParticle, addImportantParticleClient, addImportantParticleClient, addParticleClient, addParticleClient, breakBlock, calculateAmbientDarkness, collectEntitiesByType, collectEntitiesByType, createExplosion, createExplosion, createExplosion, createExplosion, disconnect, getAmbientDarkness, getBiomeAccess, getBlockColor, getBlockEntity, getBlockState, getChunk, getChunk, getChunkAsView, getCrammedEntities, getDamageSources, getDimension, getDimensionEntry, getEntitiesByType, getEntity, getFluidState, getLevelProperties, getLightingProvider, getLocalDifficulty, getOtherEntities, getRainGradient, getRandom, getRandomPosInChunk, getRegistryKey, getRegistryManager, getSkyAngleRadians, getSpawnAngle, getSpawnPos, getThunderGradient, getTickOrder, getTime, getTimeOfDay, getTopY, getWorldBorder, getWorldChunk, hasRain, initWeatherGradients, isClient, isDay, isDebugWorld, isDirectionSolid, isInBuildLimit, isNight, isNightAndNatural, isPosLoaded, isRaining, isThundering, isTopSolid, isValid, markDirty, method_69594, method_69595, playSound, playSound, playSound, playSound, playSound, playSoundAtBlockCenterClient, playSoundClient, playSoundClient, playSoundFromEntity, playSoundFromEntityClient, 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, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.CollisionView
canCollide, canPlace, doesNotIntersectEntities, doesNotIntersectEntities, findClosestCollision, findSupportingBlockPos, getBlockCollisions, getBlockOrFluidCollisions, getCollisions, getCollisionsIncludingWorldBorder, getEntityCollisions, getWorldBorder, isBlockSpaceEmpty, isSpaceEmpty, isSpaceEmpty, isSpaceEmpty, isSpaceEmptyMethods inherited from interface net.minecraft.world.EntityLookupView
getClosestEntity, getClosestEntity, getClosestPlayer, getClosestPlayer, getClosestPlayer, getPlayers, getTargetsMethods inherited from interface net.minecraft.world.EntityView
getClosestPlayer, getClosestPlayer, getClosestPlayer, getEntitiesByClass, getEntitiesByType, getNonSpectatingEntities, getOtherEntities, getOtherEntities, getPlayerByUuid, isPlayerInRangeMethods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopYInclusive, isInHeightLimit, 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.tick.ScheduledTickView
scheduleBlockTick, scheduleBlockTick, scheduleFluidTick, scheduleFluidTickMethods 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
addParticleClient, createOrderedTick, createOrderedTick, emitGameEvent, emitGameEvent, emitGameEvent, emitGameEvent, getDifficulty, getLevelProperties, getLocalDifficulty, getLunarTime, getRandom, getTickOrder, isChunkLoaded, playSound, playSound, replaceWithStateForNeighborUpdate, 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, getStatesInBoxIfLoaded, getTopY, getTopY, isAir, isChunkLoaded, isClient, isPosLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isSkyVisibleAllowingSea, isWater
-
Field Details
-
END_SPAWN_POS
- Mappings:
Namespace Name Mixin selector named END_SPAWN_POSLnet/minecraft/server/world/ServerWorld;END_SPAWN_POS:Lnet/minecraft/util/math/BlockPos;intermediary field_25144Lnet/minecraft/class_3218;field_25144:Lnet/minecraft/class_2338;official aLast;a:Lix;
-
CLEAR_WEATHER_DURATION_PROVIDER
- Mappings:
Namespace Name Mixin selector named CLEAR_WEATHER_DURATION_PROVIDERLnet/minecraft/server/world/ServerWorld;CLEAR_WEATHER_DURATION_PROVIDER:Lnet/minecraft/util/math/intprovider/IntProvider;intermediary field_41749Lnet/minecraft/class_3218;field_41749:Lnet/minecraft/class_6017;official bLast;b:Lbvg;
-
RAIN_WEATHER_DURATION_PROVIDER
- Mappings:
Namespace Name Mixin selector named RAIN_WEATHER_DURATION_PROVIDERLnet/minecraft/server/world/ServerWorld;RAIN_WEATHER_DURATION_PROVIDER:Lnet/minecraft/util/math/intprovider/IntProvider;intermediary field_41750Lnet/minecraft/class_3218;field_41750:Lnet/minecraft/class_6017;official cLast;c:Lbvg;
-
CLEAR_THUNDER_WEATHER_DURATION_PROVIDER
- Mappings:
Namespace Name Mixin selector named CLEAR_THUNDER_WEATHER_DURATION_PROVIDERLnet/minecraft/server/world/ServerWorld;CLEAR_THUNDER_WEATHER_DURATION_PROVIDER:Lnet/minecraft/util/math/intprovider/IntProvider;intermediary field_41748Lnet/minecraft/class_3218;field_41748:Lnet/minecraft/class_6017;official QLast;Q:Lbvg;
-
THUNDER_WEATHER_DURATION_PROVIDER
- Mappings:
Namespace Name Mixin selector named THUNDER_WEATHER_DURATION_PROVIDERLnet/minecraft/server/world/ServerWorld;THUNDER_WEATHER_DURATION_PROVIDER:Lnet/minecraft/util/math/intprovider/IntProvider;intermediary field_41751Lnet/minecraft/class_3218;field_41751:Lnet/minecraft/class_6017;official dLast;d:Lbvg;
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/server/world/ServerWorld;LOGGER:Lorg/slf4j/Logger;intermediary field_13952Lnet/minecraft/class_3218;field_13952:Lorg/slf4j/Logger;official RLast;R: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 named SERVER_IDLE_COOLDOWNLnet/minecraft/server/world/ServerWorld;SERVER_IDLE_COOLDOWN:Iintermediary field_29768Lnet/minecraft/class_3218;field_29768:Iofficial SLast;S:I
-
MAX_TICKS
private static final int MAX_TICKS- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_TICKSLnet/minecraft/server/world/ServerWorld;MAX_TICKS:Iintermediary field_35441Lnet/minecraft/class_3218;field_35441:Iofficial TLast;T:I
-
field_58294
public static final float field_58294- See Also:
- Mappings:
Namespace Name Mixin selector named field_58294Lnet/minecraft/server/world/ServerWorld;field_58294:Fintermediary field_58294Lnet/minecraft/class_3218;field_58294:Fofficial eLast;e:F
-
field_58295
public static final int field_58295- See Also:
- Mappings:
Namespace Name Mixin selector named field_58295Lnet/minecraft/server/world/ServerWorld;field_58295:Iintermediary field_58295Lnet/minecraft/class_3218;field_58295:Iofficial fLast;f:I
-
field_58296
- Mappings:
Namespace Name Mixin selector named field_58296Lnet/minecraft/server/world/ServerWorld;field_58296:Lnet/minecraft/util/math/BlockPos;intermediary field_58296Lnet/minecraft/class_3218;field_58296:Lnet/minecraft/class_2338;official gLast;g:Lix;
-
field_58297
- Mappings:
Namespace Name Mixin selector named field_58297Lnet/minecraft/server/world/ServerWorld;field_58297:Lnet/minecraft/util/math/BlockPos;intermediary field_58297Lnet/minecraft/class_3218;field_58297:Lnet/minecraft/class_2338;official hLast;h:Lix;
-
players
- Mappings:
Namespace Name Mixin selector named playersLnet/minecraft/server/world/ServerWorld;players:Ljava/util/List;intermediary field_18261Lnet/minecraft/class_3218;field_18261:Ljava/util/List;official ULast;U:Ljava/util/List;
-
chunkManager
- Mappings:
Namespace Name Mixin selector named chunkManagerLnet/minecraft/server/world/ServerWorld;chunkManager:Lnet/minecraft/server/world/ServerChunkManager;intermediary field_24624Lnet/minecraft/class_3218;field_24624:Lnet/minecraft/class_3215;official VLast;V:Lasq;
-
field_58288
- Mappings:
Namespace Name Mixin selector named field_58288Lnet/minecraft/server/world/ServerWorld;field_58288:Lnet/minecraft/server/GameInstance;intermediary field_58288Lnet/minecraft/class_3218;field_58288:Lnet/minecraft/class_10961;official WLast;W:Lana;
-
worldProperties
- Mappings:
Namespace Name Mixin selector named worldPropertiesLnet/minecraft/server/world/ServerWorld;worldProperties:Lnet/minecraft/world/level/ServerWorldProperties;intermediary field_24456Lnet/minecraft/class_3218;field_24456:Lnet/minecraft/class_5268;official XLast;X:Lfel;
-
spawnChunkRadius
private int spawnChunkRadius- Mappings:
Namespace Name Mixin selector named spawnChunkRadiusLnet/minecraft/server/world/ServerWorld;spawnChunkRadius:Iintermediary field_48271Lnet/minecraft/class_3218;field_48271:Iofficial YLast;Y:I
-
entityList
- Mappings:
Namespace Name Mixin selector named entityListLnet/minecraft/server/world/ServerWorld;entityList:Lnet/minecraft/world/EntityList;intermediary field_26934Lnet/minecraft/class_3218;field_26934:Lnet/minecraft/class_5574;official ZLast;Z:Lejf;
-
entityManager
- Mappings:
Namespace Name Mixin selector named entityManagerLnet/minecraft/server/world/ServerWorld;entityManager:Lnet/minecraft/server/world/ServerEntityManager;intermediary field_26935Lnet/minecraft/class_3218;field_26935:Lnet/minecraft/class_5579;official aaLast;aa:Lejk;
-
gameEventDispatchManager
- Mappings:
Namespace Name Mixin selector named gameEventDispatchManagerLnet/minecraft/server/world/ServerWorld;gameEventDispatchManager:Lnet/minecraft/world/event/listener/GameEventDispatchManager;intermediary field_39984Lnet/minecraft/class_3218;field_39984:Lnet/minecraft/class_7719;official abLast;ab:Lejv;
-
savingDisabled
public boolean savingDisabled- Mappings:
Namespace Name Mixin selector named savingDisabledLnet/minecraft/server/world/ServerWorld;savingDisabled:Zintermediary field_13957Lnet/minecraft/class_3218;field_13957:Zofficial iLast;i:Z
-
sleepManager
- Mappings:
Namespace Name Mixin selector named sleepManagerLnet/minecraft/server/world/ServerWorld;sleepManager:Lnet/minecraft/server/world/SleepManager;intermediary field_28859Lnet/minecraft/class_3218;field_28859:Lnet/minecraft/class_5838;official acLast;ac:Laxc;
-
idleTimeout
private int idleTimeout- Mappings:
Namespace Name Mixin selector named idleTimeoutLnet/minecraft/server/world/ServerWorld;idleTimeout:Iintermediary field_13948Lnet/minecraft/class_3218;field_13948:Iofficial adLast;ad:I
-
portalForcer
- Mappings:
Namespace Name Mixin selector named portalForcerLnet/minecraft/server/world/ServerWorld;portalForcer:Lnet/minecraft/world/dimension/PortalForcer;intermediary field_13956Lnet/minecraft/class_3218;field_13956:Lnet/minecraft/class_1946;official aeLast;ae:Lfcx;
-
blockTickScheduler
- Mappings:
Namespace Name Mixin selector named blockTickSchedulerLnet/minecraft/server/world/ServerWorld;blockTickScheduler:Lnet/minecraft/world/tick/WorldTickScheduler;intermediary field_13949Lnet/minecraft/class_3218;field_13949:Lnet/minecraft/class_6757;official afLast;af:Lflq;
-
fluidTickScheduler
- Mappings:
Namespace Name Mixin selector named fluidTickSchedulerLnet/minecraft/server/world/ServerWorld;fluidTickScheduler:Lnet/minecraft/world/tick/WorldTickScheduler;intermediary field_13951Lnet/minecraft/class_3218;field_13951:Lnet/minecraft/class_6757;official agLast;ag:Lflq;
-
pathNodeTypeCache
- Mappings:
Namespace Name Mixin selector named pathNodeTypeCacheLnet/minecraft/server/world/ServerWorld;pathNodeTypeCache:Lnet/minecraft/entity/ai/pathing/PathNodeTypeCache;intermediary field_49172Lnet/minecraft/class_3218;field_49172:Lnet/minecraft/class_9315;official ahLast;ah:Lfcr;
-
loadedMobs
- Mappings:
Namespace Name Mixin selector named loadedMobsLnet/minecraft/server/world/ServerWorld;loadedMobs:Ljava/util/Set;intermediary field_26932Lnet/minecraft/class_3218;field_26932:Ljava/util/Set;official aiLast;ai:Ljava/util/Set;
-
duringListenerUpdate
volatile boolean duringListenerUpdate- Mappings:
Namespace Name Mixin selector named duringListenerUpdateLnet/minecraft/server/world/ServerWorld;duringListenerUpdate:Zintermediary field_36317Lnet/minecraft/class_3218;field_36317:Zofficial ajLast;aj:Z
-
raidManager
- Mappings:
Namespace Name Mixin selector named raidManagerLnet/minecraft/server/world/ServerWorld;raidManager:Lnet/minecraft/village/raid/RaidManager;intermediary field_18811Lnet/minecraft/class_3218;field_18811:Lnet/minecraft/class_3767;official jLast;j:Lcvx;
-
field_58298
- Mappings:
Namespace Name Mixin selector named field_58298Lnet/minecraft/server/world/ServerWorld;field_58298:Lnet/minecraft/class_10981;intermediary field_58298Lnet/minecraft/class_3218;field_58298:Lnet/minecraft/class_10981;official kLast;k:Lbwe;
-
syncedBlockEventQueue
- Mappings:
Namespace Name Mixin selector named syncedBlockEventQueueLnet/minecraft/server/world/ServerWorld;syncedBlockEventQueue:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;intermediary field_13950Lnet/minecraft/class_3218;field_13950:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;official akLast;ak:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;
-
blockEventQueue
- Mappings:
Namespace Name Mixin selector named blockEventQueueLnet/minecraft/server/world/ServerWorld;blockEventQueue:Ljava/util/List;intermediary field_35565Lnet/minecraft/class_3218;field_35565:Ljava/util/List;official alLast;al:Ljava/util/List;
-
inBlockTick
private boolean inBlockTick- Mappings:
Namespace Name Mixin selector named inBlockTickLnet/minecraft/server/world/ServerWorld;inBlockTick:Zintermediary field_13953Lnet/minecraft/class_3218;field_13953:Zofficial amLast;am:Z
-
spawners
- Mappings:
Namespace Name Mixin selector named spawnersLnet/minecraft/server/world/ServerWorld;spawners:Ljava/util/List;intermediary field_25141Lnet/minecraft/class_3218;field_25141:Ljava/util/List;official anLast;an:Ljava/util/List;
-
enderDragonFight
- Mappings:
Namespace Name Mixin selector named enderDragonFightLnet/minecraft/server/world/ServerWorld;enderDragonFight:Lnet/minecraft/entity/boss/dragon/EnderDragonFight;intermediary field_25142Lnet/minecraft/class_3218;field_25142:Lnet/minecraft/class_2881;official lLast;l:Leiu;
-
enderDragonParts
- Mappings:
Namespace Name Mixin selector named enderDragonPartsLnet/minecraft/server/world/ServerWorld;enderDragonParts:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;intermediary field_26933Lnet/minecraft/class_3218;field_26933:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;official aoLast;ao:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
-
structureAccessor
- Mappings:
Namespace Name Mixin selector named structureAccessorLnet/minecraft/server/world/ServerWorld;structureAccessor:Lnet/minecraft/world/gen/StructureAccessor;intermediary field_23787Lnet/minecraft/class_3218;field_23787:Lnet/minecraft/class_5138;official apLast;ap:Ldnu;
-
structureLocator
- Mappings:
Namespace Name Mixin selector named structureLocatorLnet/minecraft/server/world/ServerWorld;structureLocator:Lnet/minecraft/world/StructureLocator;intermediary field_36208Lnet/minecraft/class_3218;field_36208:Lnet/minecraft/class_6832;official aqLast;aq:Levv;
-
shouldTickTime
private final boolean shouldTickTime- Mappings:
Namespace Name Mixin selector named shouldTickTimeLnet/minecraft/server/world/ServerWorld;shouldTickTime:Zintermediary field_25143Lnet/minecraft/class_3218;field_25143:Zofficial arLast;ar:Z
-
randomSequences
- Mappings:
Namespace Name Mixin selector named randomSequencesLnet/minecraft/server/world/ServerWorld;randomSequences:Lnet/minecraft/util/math/random/RandomSequencesState;intermediary field_44857Lnet/minecraft/class_3218;field_44857:Lnet/minecraft/class_8565;official asLast;as:Lbwh;
-
field_58289
- Mappings:
Namespace Name Mixin selector named field_58289Lnet/minecraft/server/world/ServerWorld;field_58289:Ljava/util/Optional;intermediary field_58289Lnet/minecraft/class_3218;field_58289:Ljava/util/Optional;official atLast;at:Ljava/util/Optional;
-
field_58290
- Mappings:
Namespace Name Mixin selector named field_58290Lnet/minecraft/server/world/ServerWorld;field_58290:Ljava/util/Set;intermediary field_58290Lnet/minecraft/class_3218;field_58290:Ljava/util/Set;official auLast;au:Ljava/util/Set;
-
field_58291
private boolean field_58291- Mappings:
Namespace Name Mixin selector named field_58291Lnet/minecraft/server/world/ServerWorld;field_58291:Zintermediary field_58291Lnet/minecraft/class_3218;field_58291:Zofficial avLast;av:Z
-
field_58292
- Mappings:
Namespace Name Mixin selector named field_58292Lnet/minecraft/server/world/ServerWorld;field_58292:Ljava/util/List;intermediary field_58292Lnet/minecraft/class_3218;field_58292:Ljava/util/List;official awLast;aw:Ljava/util/List;
-
field_58293
- Mappings:
Namespace Name Mixin selector named field_58293Lnet/minecraft/server/world/ServerWorld;field_58293:Ljava/util/List;intermediary field_58293Lnet/minecraft/class_3218;field_58293:Ljava/util/List;official axLast;ax:Ljava/util/List;
-
-
Constructor Details
-
ServerWorld
public ServerWorld(GameInstance gameInstance, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, RegistryEntry<DimensionType> registryEntry, WorldGenerationProgressListener worldGenerationProgressListener, boolean debugWorld, long seed, List<SpecialSpawner> spawners, boolean shouldTickTime, @Nullable @Nullable RandomSequencesState randomSequencesState) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/world/ServerWorld;<init>(Lnet/minecraft/server/GameInstance;Ljava/util/concurrent/Executor;Lnet/minecraft/world/level/storage/LevelStorage$Session;Lnet/minecraft/world/level/ServerWorldProperties;Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/server/WorldGenerationProgressListener;ZJLjava/util/List;ZLnet/minecraft/util/math/random/RandomSequencesState;)Vintermediary <init>Lnet/minecraft/class_3218;<init>(Lnet/minecraft/class_10961;Ljava/util/concurrent/Executor;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_5268;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Lnet/minecraft/class_3949;ZJLjava/util/List;ZLnet/minecraft/class_8565;)Vofficial <init>Last;<init>(Lana;Ljava/util/concurrent/Executor;Lfeg$c;Lfel;Lama;Ljh;Latd;ZJLjava/util/List;ZLbwh;)V
-
-
Method Details
-
setEnderDragonFight
Deprecated.- Mappings:
Namespace Name Mixin selector named setEnderDragonFightLnet/minecraft/server/world/ServerWorld;setEnderDragonFight(Lnet/minecraft/entity/boss/dragon/EnderDragonFight;)Vintermediary method_51837Lnet/minecraft/class_3218;method_51837(Lnet/minecraft/class_2881;)Vofficial aLast;a(Leiu;)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 named setWeatherLnet/minecraft/server/world/ServerWorld;setWeather(IIZZ)Vintermediary method_27910Lnet/minecraft/class_3218;method_27910(IIZZ)Vofficial aLast;a(IIZZ)V
-
getGeneratorStoredBiome
- Specified by:
getGeneratorStoredBiomein interfaceWorldView- Mappings:
Namespace Name Mixin selector named getGeneratorStoredBiomeLnet/minecraft/world/WorldView;getGeneratorStoredBiome(III)Lnet/minecraft/registry/entry/RegistryEntry;intermediary method_22387Lnet/minecraft/class_4538;method_22387(III)Lnet/minecraft/class_6880;official aLdnb;a(III)Ljh;
-
getStructureAccessor
- Mappings:
Namespace Name Mixin selector named getStructureAccessorLnet/minecraft/server/world/ServerWorld;getStructureAccessor()Lnet/minecraft/world/gen/StructureAccessor;intermediary method_27056Lnet/minecraft/class_3218;method_27056()Lnet/minecraft/class_5138;official bLast;b()Ldnu;
-
method_69086
- Mappings:
Namespace Name Mixin selector named method_69086Lnet/minecraft/server/world/ServerWorld;method_69086(Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;intermediary method_69086Lnet/minecraft/class_3218;method_69086(Lnet/minecraft/class_2338;)Ljava/util/List;official aLast;a(Lix;)Ljava/util/List;
-
tick
- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/server/world/ServerWorld;tick(Ljava/util/function/BooleanSupplier;)Vintermediary method_18765Lnet/minecraft/class_3218;method_18765(Ljava/util/function/BooleanSupplier;)Vofficial aLast;a(Ljava/util/function/BooleanSupplier;)V
-
method_69094
private void method_69094()- Mappings:
Namespace Name Mixin selector named method_69094Lnet/minecraft/server/world/ServerWorld;method_69094()Vintermediary method_69094Lnet/minecraft/class_3218;method_69094()Vofficial aKLast;aK()V
-
method_69081
- Mappings:
Namespace Name Mixin selector named method_69081Lnet/minecraft/server/world/ServerWorld;method_69081(Lnet/minecraft/class_11099;)Vintermediary method_69081Lnet/minecraft/class_3218;method_69081(Lnet/minecraft/class_11099;)Vofficial aLast;a(Lfbs;)V
-
method_69107
- Mappings:
Namespace Name Mixin selector named method_69107Lnet/minecraft/server/world/ServerWorld;method_69107()Ljava/util/List;intermediary method_69107Lnet/minecraft/class_3218;method_69107()Ljava/util/List;official cLast;c()Ljava/util/List;
-
method_69095
private void method_69095()- Mappings:
Namespace Name Mixin selector named method_69095Lnet/minecraft/server/world/ServerWorld;method_69095()Vintermediary method_69095Lnet/minecraft/class_3218;method_69095()Vofficial aLLast;aL()V
-
method_69088
- Mappings:
Namespace Name Mixin selector named method_69088Lnet/minecraft/server/world/ServerWorld;method_69088(Ljava/util/function/Consumer;)Vintermediary method_69088Lnet/minecraft/class_3218;method_69088(Ljava/util/function/Consumer;)Vofficial aLast;a(Ljava/util/function/Consumer;)V
-
method_69096
private void method_69096()- Mappings:
Namespace Name Mixin selector named method_69096Lnet/minecraft/server/world/ServerWorld;method_69096()Vintermediary method_69096Lnet/minecraft/class_3218;method_69096()Vofficial aMLast;aM()V
-
method_69106
- Mappings:
Namespace Name Mixin selector named method_69106Lnet/minecraft/server/world/ServerWorld;method_69106(Ljava/util/function/Consumer;)Vintermediary method_69106Lnet/minecraft/class_3218;method_69106(Ljava/util/function/Consumer;)Vofficial bLast;b(Ljava/util/function/Consumer;)V
-
method_69077
public void method_69077(ServerPlayerEntity serverPlayerEntity, Consumer<ServerPlayerEntity> consumer) - Mappings:
Namespace Name Mixin selector named method_69077Lnet/minecraft/server/world/ServerWorld;method_69077(Lnet/minecraft/server/network/ServerPlayerEntity;Ljava/util/function/Consumer;)Vintermediary method_69077Lnet/minecraft/class_3218;method_69077(Lnet/minecraft/class_3222;Ljava/util/function/Consumer;)Vofficial aLast;a(Lasu;Ljava/util/function/Consumer;)V
-
method_69097
- Mappings:
Namespace Name Mixin selector named method_69097Lnet/minecraft/server/world/ServerWorld;method_69097()Lnet/minecraft/world/TeleportTarget;intermediary method_69097Lnet/minecraft/class_3218;method_69097()Lnet/minecraft/class_5454;official aNLast;aN()Lfcz;
-
method_69105
- Mappings:
Namespace Name Mixin selector named method_69105Lnet/minecraft/server/world/ServerWorld;method_69105(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_69105Lnet/minecraft/class_3218;method_69105(Lnet/minecraft/class_2338;)Vofficial bLast;b(Lix;)V
-
method_69076
- Mappings:
Namespace Name Mixin selector named method_69076Lnet/minecraft/server/world/ServerWorld;method_69076(Lnet/minecraft/server/network/ServerPlayerEntity;F)Vintermediary method_69076Lnet/minecraft/class_3218;method_69076(Lnet/minecraft/class_3222;F)Vofficial aLast;a(Lasu;F)V
-
method_69098
private void method_69098()- Mappings:
Namespace Name Mixin selector named method_69098Lnet/minecraft/server/world/ServerWorld;method_69098()Vintermediary method_69098Lnet/minecraft/class_3218;method_69098()Vofficial aOLast;aO()V
-
method_69110
- Mappings:
Namespace Name Mixin selector named method_69110Lnet/minecraft/server/world/ServerWorld;method_69110(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_69110Lnet/minecraft/class_3218;method_69110(Lnet/minecraft/class_2338;)Vofficial cLast;c(Lix;)V
-
method_69087
- Mappings:
Namespace Name Mixin selector named method_69087Lnet/minecraft/server/world/ServerWorld;method_69087(Lnet/minecraft/util/math/BlockPos;ZLjava/util/Optional;)Vintermediary method_69087Lnet/minecraft/class_3218;method_69087(Lnet/minecraft/class_2338;ZLjava/util/Optional;)Vofficial aLast;a(Lix;ZLjava/util/Optional;)V
-
method_69093
- Mappings:
Namespace Name Mixin selector named method_69093Lnet/minecraft/server/world/ServerWorld;method_69093(ZLjava/util/Optional;)Vintermediary method_69093Lnet/minecraft/class_3218;method_69093(ZLjava/util/Optional;)Vofficial aLast;a(ZLjava/util/Optional;)V
-
method_69099
private void method_69099()- Mappings:
Namespace Name Mixin selector named method_69099Lnet/minecraft/server/world/ServerWorld;method_69099()Vintermediary method_69099Lnet/minecraft/class_3218;method_69099()Vofficial aPLast;aP()V
-
method_69100
private void method_69100()- Mappings:
Namespace Name Mixin selector named method_69100Lnet/minecraft/server/world/ServerWorld;method_69100()Vintermediary method_69100Lnet/minecraft/class_3218;method_69100()Vofficial aQLast;aQ()V
-
method_69112
public boolean method_69112()- Overrides:
method_69112in classWorld- Mappings:
Namespace Name Mixin selector named method_69112Lnet/minecraft/world/World;method_69112()Zintermediary method_69112Lnet/minecraft/class_1937;method_69112()Zofficial dLdmy;d()Z
-
method_69115
public boolean method_69115()- Mappings:
Namespace Name Mixin selector named method_69115Lnet/minecraft/server/world/ServerWorld;method_69115()Zintermediary method_69115Lnet/minecraft/class_3218;method_69115()Zofficial eLast;e()Z
-
method_69118
- Mappings:
Namespace Name Mixin selector named method_69118Lnet/minecraft/server/world/ServerWorld;method_69118()Ljava/util/Optional;intermediary method_69118Lnet/minecraft/class_3218;method_69118()Ljava/util/Optional;official fLast;f()Ljava/util/Optional;
-
method_69121
public boolean method_69121()- Mappings:
Namespace Name Mixin selector named method_69121Lnet/minecraft/server/world/ServerWorld;method_69121()Zintermediary method_69121Lnet/minecraft/class_3218;method_69121()Zofficial gLast;g()Z
-
method_69123
public boolean method_69123()- Mappings:
Namespace Name Mixin selector named method_69123Lnet/minecraft/server/world/ServerWorld;method_69123()Zintermediary method_69123Lnet/minecraft/class_3218;method_69123()Zofficial hLast;h()Z
-
method_69091
public void method_69091(boolean bool) - Mappings:
Namespace Name Mixin selector named method_69091Lnet/minecraft/server/world/ServerWorld;method_69091(Z)Vintermediary method_69091Lnet/minecraft/class_3218;method_69091(Z)Vofficial aLast;a(Z)V
-
method_69114
- Mappings:
Namespace Name Mixin selector named method_69114Lnet/minecraft/server/world/ServerWorld;method_69114(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_69114Lnet/minecraft/class_3218;method_69114(Lnet/minecraft/class_2338;)Vofficial dLast;d(Lix;)V
-
method_69083
- Mappings:
Namespace Name Mixin selector named method_69083Lnet/minecraft/server/world/ServerWorld;method_69083(Lnet/minecraft/class_11109;)Vintermediary method_69083Lnet/minecraft/class_3218;method_69083(Lnet/minecraft/class_11109;)Vofficial aLast;a(Lfca;)V
-
method_69104
- Overrides:
method_69104in classWorld- Mappings:
Namespace Name Mixin selector named method_69104Lnet/minecraft/world/World;method_69104(Lnet/minecraft/class_11109;)Zintermediary method_69104Lnet/minecraft/class_1937;method_69104(Lnet/minecraft/class_11109;)Zofficial bLdmy;b(Lfca;)Z
-
method_69109
- Overrides:
method_69109in classWorld- Mappings:
Namespace Name Mixin selector named method_69109Lnet/minecraft/world/World;method_69109(Lnet/minecraft/class_11109;)Zintermediary method_69109Lnet/minecraft/class_1937;method_69109(Lnet/minecraft/class_11109;)Zofficial cLdmy;c(Lfca;)Z
-
method_69125
- Overrides:
method_69125in classWorld- Mappings:
Namespace Name Mixin selector named method_69125Lnet/minecraft/world/World;method_69125()Ljava/util/List;intermediary method_69125Lnet/minecraft/class_1937;method_69125()Ljava/util/List;official iLdmy;i()Ljava/util/List;
-
method_69126
- Overrides:
method_69126in classWorld- Mappings:
Namespace Name Mixin selector named method_69126Lnet/minecraft/world/World;method_69126()Ljava/util/List;intermediary method_69126Lnet/minecraft/class_1937;method_69126()Ljava/util/List;official jLdmy;j()Ljava/util/List;
-
method_69085
public void method_69085(Vec3d vec3d, class_11109 class_11109, @Nullable @Nullable ServerPlayerEntity serverPlayerEntity) - Mappings:
Namespace Name Mixin selector named method_69085Lnet/minecraft/server/world/ServerWorld;method_69085(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/class_11109;Lnet/minecraft/server/network/ServerPlayerEntity;)Vintermediary method_69085Lnet/minecraft/class_3218;method_69085(Lnet/minecraft/class_243;Lnet/minecraft/class_11109;Lnet/minecraft/class_3222;)Vofficial aLast;a(Lfkb;Lfca;Lasu;)V
-
method_69127
public int method_69127()- Mappings:
Namespace Name Mixin selector named method_69127Lnet/minecraft/server/world/ServerWorld;method_69127()Iintermediary method_69127Lnet/minecraft/class_3218;method_69127()Iofficial kLast;k()I
-
method_69128
public int method_69128()- Mappings:
Namespace Name Mixin selector named method_69128Lnet/minecraft/server/world/ServerWorld;method_69128()Iintermediary method_69128Lnet/minecraft/class_3218;method_69128()Iofficial lLast;l()I
-
method_69074
public void method_69074(int int2) - Mappings:
Namespace Name Mixin selector named method_69074Lnet/minecraft/server/world/ServerWorld;method_69074(I)Vintermediary method_69074Lnet/minecraft/class_3218;method_69074(I)Vofficial aLast;a(I)V
-
method_69079
public void method_69079(ScreenHandlerType<? extends ScreenHandler> screenHandlerType, List<Integer> list) - Mappings:
Namespace Name Mixin selector named method_69079Lnet/minecraft/server/world/ServerWorld;method_69079(Lnet/minecraft/screen/ScreenHandlerType;Ljava/util/List;)Vintermediary method_69079Lnet/minecraft/class_3218;method_69079(Lnet/minecraft/class_3917;Ljava/util/List;)Vofficial aLast;a(Lczk;Ljava/util/List;)V
-
method_69082
- Mappings:
Namespace Name Mixin selector named method_69082Lnet/minecraft/server/world/ServerWorld;method_69082(Lnet/minecraft/class_11105;)Vintermediary method_69082Lnet/minecraft/class_3218;method_69082(Lnet/minecraft/class_11105;)Vofficial aLast;a(Lfbx;)V
-
method_69103
- Mappings:
Namespace Name Mixin selector named method_69103Lnet/minecraft/server/world/ServerWorld;method_69103(Lnet/minecraft/class_11105;)Zintermediary method_69103Lnet/minecraft/class_3218;method_69103(Lnet/minecraft/class_11105;)Zofficial bLast;b(Lfbx;)Z
-
method_69129
- Mappings:
Namespace Name Mixin selector named method_69129Lnet/minecraft/server/world/ServerWorld;method_69129()Ljava/util/Optional;intermediary method_69129Lnet/minecraft/class_3218;method_69129()Ljava/util/Optional;official mLast;m()Ljava/util/Optional;
-
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 named shouldTickBlocksInChunkLnet/minecraft/world/World;shouldTickBlocksInChunk(J)Zintermediary method_39425Lnet/minecraft/class_1937;method_39425(J)Zofficial aLdmy;a(J)Z
-
tickTime
protected void tickTime()- Mappings:
Namespace Name Mixin selector named tickTimeLnet/minecraft/server/world/ServerWorld;tickTime()Vintermediary method_29203Lnet/minecraft/class_3218;method_29203()Vofficial nLast;n()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 named setTimeOfDayLnet/minecraft/server/world/ServerWorld;setTimeOfDay(J)Vintermediary method_29199Lnet/minecraft/class_3218;method_29199(J)Vofficial bLast;b(J)V
-
tickSpawners
public void tickSpawners(boolean spawnMonsters, boolean spawnAnimals) - Mappings:
Namespace Name Mixin selector named tickSpawnersLnet/minecraft/server/world/ServerWorld;tickSpawners(ZZ)Vintermediary method_29202Lnet/minecraft/class_3218;method_29202(ZZ)Vofficial aLast;a(ZZ)V
-
wakeSleepingPlayers
private void wakeSleepingPlayers()- Mappings:
Namespace Name Mixin selector named wakeSleepingPlayersLnet/minecraft/server/world/ServerWorld;wakeSleepingPlayers()Vintermediary method_23660Lnet/minecraft/class_3218;method_23660()Vofficial aRLast;aR()V
-
tickChunk
- Mappings:
Namespace Name Mixin selector named tickChunkLnet/minecraft/server/world/ServerWorld;tickChunk(Lnet/minecraft/world/chunk/WorldChunk;I)Vintermediary method_18203Lnet/minecraft/class_3218;method_18203(Lnet/minecraft/class_2818;I)Vofficial aLast;a(Leha;I)V
-
tickThunder
- Mappings:
Namespace Name Mixin selector named tickThunderLnet/minecraft/server/world/ServerWorld;tickThunder(Lnet/minecraft/world/chunk/WorldChunk;)Vintermediary method_67503Lnet/minecraft/class_3218;method_67503(Lnet/minecraft/class_2818;)Vofficial aLast;a(Leha;)V
-
tickIceAndSnow
- Mappings:
Namespace Name Mixin selector named tickIceAndSnowLnet/minecraft/server/world/ServerWorld;tickIceAndSnow(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_52370Lnet/minecraft/class_3218;method_52370(Lnet/minecraft/class_2338;)Vofficial eLast;e(Lix;)V
-
getLightningRodPos
- Mappings:
Namespace Name Mixin selector named getLightningRodPosLnet/minecraft/server/world/ServerWorld;getLightningRodPos(Lnet/minecraft/util/math/BlockPos;)Ljava/util/Optional;intermediary method_31418Lnet/minecraft/class_3218;method_31418(Lnet/minecraft/class_2338;)Ljava/util/Optional;official JLast;J(Lix;)Ljava/util/Optional;
-
getLightningPos
- Mappings:
Namespace Name Mixin selector named getLightningPosLnet/minecraft/server/world/ServerWorld;getLightningPos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;intermediary method_18210Lnet/minecraft/class_3218;method_18210(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;official fLast;f(Lix;)Lix;
-
isInBlockTick
public boolean isInBlockTick()- Mappings:
Namespace Name Mixin selector named isInBlockTickLnet/minecraft/server/world/ServerWorld;isInBlockTick()Zintermediary method_14177Lnet/minecraft/class_3218;method_14177()Zofficial oLast;o()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 named isSleepingEnabledLnet/minecraft/server/world/ServerWorld;isSleepingEnabled()Zintermediary method_33144Lnet/minecraft/class_3218;method_33144()Zofficial pLast;p()Z
-
sendSleepingStatus
private void sendSleepingStatus()Sends sleeping status action bar messages to players in this world.- Mappings:
Namespace Name Mixin selector named sendSleepingStatusLnet/minecraft/server/world/ServerWorld;sendSleepingStatus()Vintermediary method_33143Lnet/minecraft/class_3218;method_33143()Vofficial aSLast;aS()V
-
updateSleepingPlayers
public void updateSleepingPlayers()- Mappings:
Namespace Name Mixin selector named updateSleepingPlayersLnet/minecraft/server/world/ServerWorld;updateSleepingPlayers()Vintermediary method_8448Lnet/minecraft/class_3218;method_8448()Vofficial qLast;q()V
-
getScoreboard
- Specified by:
getScoreboardin classWorld- Mappings:
Namespace Name Mixin selector named getScoreboardLnet/minecraft/server/world/ServerWorld;getScoreboard()Lnet/minecraft/scoreboard/ServerScoreboard;intermediary method_14170Lnet/minecraft/class_3218;method_14170()Lnet/minecraft/class_2995;official rLast;r()Lamw;
-
tickWeather
private void tickWeather()- Mappings:
Namespace Name Mixin selector named tickWeatherLnet/minecraft/server/world/ServerWorld;tickWeather()Vintermediary method_39501Lnet/minecraft/class_3218;method_39501()Vofficial aTLast;aT()V
-
method_69101
- Mappings:
Namespace Name Mixin selector named method_69101Lnet/minecraft/server/world/ServerWorld;method_69101()Lnet/minecraft/server/PlayerManager;intermediary method_69101Lnet/minecraft/class_3218;method_69101()Lnet/minecraft/class_3324;official aULast;aU()Lawx;
-
resetWeather
public void resetWeather()- Mappings:
Namespace Name Mixin selector named resetWeatherLnet/minecraft/server/world/ServerWorld;resetWeather()Vintermediary method_14195Lnet/minecraft/class_3218;method_14195()Vofficial sLast;s()V
-
resetIdleTimeout
public void resetIdleTimeout()- Mappings:
Namespace Name Mixin selector named resetIdleTimeoutLnet/minecraft/server/world/ServerWorld;resetIdleTimeout()Vintermediary method_14197Lnet/minecraft/class_3218;method_14197()Vofficial tLast;t()V
-
tickFluid
- Mappings:
Namespace Name Mixin selector named tickFluidLnet/minecraft/server/world/ServerWorld;tickFluid(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/fluid/Fluid;)Vintermediary method_14171Lnet/minecraft/class_3218;method_14171(Lnet/minecraft/class_2338;Lnet/minecraft/class_3611;)Vofficial aLast;a(Lix;Lfbg;)V
-
tickBlock
- Mappings:
Namespace Name Mixin selector named tickBlockLnet/minecraft/server/world/ServerWorld;tickBlock(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)Vintermediary method_14189Lnet/minecraft/class_3218;method_14189(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;)Vofficial cLast;c(Lix;Ldqh;)V
-
tickEntity
- Mappings:
Namespace Name Mixin selector named tickEntityLnet/minecraft/server/world/ServerWorld;tickEntity(Lnet/minecraft/entity/Entity;)Vintermediary method_18762Lnet/minecraft/class_3218;method_18762(Lnet/minecraft/class_1297;)Vofficial aLast;a(Lbye;)V
-
tickPassenger
- Mappings:
Namespace Name Mixin selector named tickPassengerLnet/minecraft/server/world/ServerWorld;tickPassenger(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;)Vintermediary method_18763Lnet/minecraft/class_3218;method_18763(Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;)Vofficial aLast;a(Lbye;Lbye;)V
-
canEntityModifyAt
Returns whetherentitycan modify blocks atpos.- Overrides:
canEntityModifyAtin classWorld- Returns:
- whether
entitycan modify blocks atpos - See Also:
- Implementation Note:
- For players, this checks the spawn protection and the world border.
This is always
trueon the client and for non-player entities. - Mappings:
Namespace Name Mixin selector named canEntityModifyAtLnet/minecraft/world/World;canEntityModifyAt(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_8505Lnet/minecraft/class_1937;method_8505(Lnet/minecraft/class_1297;Lnet/minecraft/class_2338;)Zofficial aLdmy;a(Lbye;Lix;)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 named saveLnet/minecraft/server/world/ServerWorld;save(Lnet/minecraft/util/ProgressListener;ZZ)Vintermediary method_14176Lnet/minecraft/class_3218;method_14176(Lnet/minecraft/class_3536;ZZ)Vofficial aLast;a(Lbbf;ZZ)V
-
savePersistentState
private void savePersistentState(boolean flush) - Mappings:
Namespace Name Mixin selector named savePersistentStateLnet/minecraft/server/world/ServerWorld;savePersistentState(Z)Vintermediary method_14188Lnet/minecraft/class_3218;method_14188(Z)Vofficial cLast;c(Z)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 named getEntitiesByTypeLnet/minecraft/server/world/ServerWorld;getEntitiesByType(Lnet/minecraft/util/TypeFilter;Ljava/util/function/Predicate;)Ljava/util/List;intermediary method_18198Lnet/minecraft/class_3218;method_18198(Lnet/minecraft/class_5575;Ljava/util/function/Predicate;)Ljava/util/List;official aLast;a(Lejg;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 named collectEntitiesByTypeLnet/minecraft/server/world/ServerWorld;collectEntitiesByType(Lnet/minecraft/util/TypeFilter;Ljava/util/function/Predicate;Ljava/util/List;)Vintermediary method_47538Lnet/minecraft/class_3218;method_47538(Lnet/minecraft/class_5575;Ljava/util/function/Predicate;Ljava/util/List;)Vofficial aLast;a(Lejg;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 named collectEntitiesByTypeLnet/minecraft/server/world/ServerWorld;collectEntitiesByType(Lnet/minecraft/util/TypeFilter;Ljava/util/function/Predicate;Ljava/util/List;I)Vintermediary method_47539Lnet/minecraft/class_3218;method_47539(Lnet/minecraft/class_5575;Ljava/util/function/Predicate;Ljava/util/List;I)Vofficial aLast;a(Lejg;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 named getAliveEnderDragonsLnet/minecraft/server/world/ServerWorld;getAliveEnderDragons()Ljava/util/List;intermediary method_18776Lnet/minecraft/class_3218;method_18776()Ljava/util/List;official uLast;u()Ljava/util/List;
-
getPlayers
Returns the list of players filtered usingpredicate.- Returns:
- the list of players filtered using
predicate - Mappings:
Namespace Name Mixin selector named getPlayersLnet/minecraft/server/world/ServerWorld;getPlayers(Ljava/util/function/Predicate;)Ljava/util/List;intermediary method_18766Lnet/minecraft/class_3218;method_18766(Ljava/util/function/Predicate;)Ljava/util/List;official aLast;a(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 named getPlayersLnet/minecraft/server/world/ServerWorld;getPlayers(Ljava/util/function/Predicate;I)Ljava/util/List;intermediary method_47540Lnet/minecraft/class_3218;method_47540(Ljava/util/function/Predicate;I)Ljava/util/List;official aLast;a(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 named getRandomAlivePlayerLnet/minecraft/server/world/ServerWorld;getRandomAlivePlayer()Lnet/minecraft/server/network/ServerPlayerEntity;intermediary method_18779Lnet/minecraft/class_3218;method_18779()Lnet/minecraft/class_3222;official vLast;v()Lasu;
-
spawnEntity
Spawns an entity.- Specified by:
spawnEntityin interfaceModifiableWorld- See Also:
- API Note:
- To spawn an entity with passengers, use
ServerWorldAccess.spawnEntityAndPassengers(net.minecraft.entity.Entity). - Mappings:
Namespace Name Mixin selector named spawnEntityLnet/minecraft/world/ModifiableWorld;spawnEntity(Lnet/minecraft/entity/Entity;)Zintermediary method_8649Lnet/minecraft/class_1945;method_8649(Lnet/minecraft/class_1297;)Zofficial bLdng;b(Lbye;)Z
-
tryLoadEntity
- Mappings:
Namespace Name Mixin selector named tryLoadEntityLnet/minecraft/server/world/ServerWorld;tryLoadEntity(Lnet/minecraft/entity/Entity;)Zintermediary method_18768Lnet/minecraft/class_3218;method_18768(Lnet/minecraft/class_1297;)Zofficial cLast;c(Lbye;)Z
-
onDimensionChanged
Called on the destination world when an entity changed the dimension.- See Also:
- Mappings:
Namespace Name Mixin selector named onDimensionChangedLnet/minecraft/server/world/ServerWorld;onDimensionChanged(Lnet/minecraft/entity/Entity;)Vintermediary method_18769Lnet/minecraft/class_3218;method_18769(Lnet/minecraft/class_1297;)Vofficial dLast;d(Lbye;)V
-
onPlayerConnected
Called on the player's world when the player connected to the server and spawned.- Mappings:
Namespace Name Mixin selector named onPlayerConnectedLnet/minecraft/server/world/ServerWorld;onPlayerConnected(Lnet/minecraft/server/network/ServerPlayerEntity;)Vintermediary method_18213Lnet/minecraft/class_3218;method_18213(Lnet/minecraft/class_3222;)Vofficial aLast;a(Lasu;)V
-
onPlayerRespawned
Called on the world that has the player's respawn point when the player respawned.- Mappings:
Namespace Name Mixin selector named onPlayerRespawnedLnet/minecraft/server/world/ServerWorld;onPlayerRespawned(Lnet/minecraft/server/network/ServerPlayerEntity;)Vintermediary method_18215Lnet/minecraft/class_3218;method_18215(Lnet/minecraft/class_3222;)Vofficial bLast;b(Lasu;)V
-
addPlayer
- Mappings:
Namespace Name Mixin selector named addPlayerLnet/minecraft/server/world/ServerWorld;addPlayer(Lnet/minecraft/server/network/ServerPlayerEntity;)Vintermediary method_18771Lnet/minecraft/class_3218;method_18771(Lnet/minecraft/class_3222;)Vofficial cLast;c(Lasu;)V
-
addEntity
- Mappings:
Namespace Name Mixin selector named addEntityLnet/minecraft/server/world/ServerWorld;addEntity(Lnet/minecraft/entity/Entity;)Zintermediary method_14175Lnet/minecraft/class_3218;method_14175(Lnet/minecraft/class_1297;)Zofficial iLast;i(Lbye;)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 named spawnNewEntityAndPassengersLnet/minecraft/server/world/ServerWorld;spawnNewEntityAndPassengers(Lnet/minecraft/entity/Entity;)Zintermediary method_30736Lnet/minecraft/class_3218;method_30736(Lnet/minecraft/class_1297;)Zofficial eLast;e(Lbye;)Z
-
unloadEntities
- Mappings:
Namespace Name Mixin selector named unloadEntitiesLnet/minecraft/server/world/ServerWorld;unloadEntities(Lnet/minecraft/world/chunk/WorldChunk;)Vintermediary method_18764Lnet/minecraft/class_3218;method_18764(Lnet/minecraft/class_2818;)Vofficial bLast;b(Leha;)V
-
removePlayer
- Mappings:
Namespace Name Mixin selector named removePlayerLnet/minecraft/server/world/ServerWorld;removePlayer(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/entity/Entity$RemovalReason;)Vintermediary method_18770Lnet/minecraft/class_3218;method_18770(Lnet/minecraft/class_3222;Lnet/minecraft/class_1297$class_5529;)Vofficial aLast;a(Lasu;Lbye$d;)V
-
setBlockBreakingInfo
- Specified by:
setBlockBreakingInfoin classWorld- Mappings:
Namespace Name Mixin selector named setBlockBreakingInfoLnet/minecraft/world/World;setBlockBreakingInfo(ILnet/minecraft/util/math/BlockPos;I)Vintermediary method_8517Lnet/minecraft/class_1937;method_8517(ILnet/minecraft/class_2338;I)Vofficial aLdmy;a(ILix;I)V
-
playSound
public void playSound(@Nullable @Nullable Entity source, double x, double y, double z, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) Plays a sound caused by a source. On the client, the sound will only play if the source is the same as the client's player. On the server, sound packets will be sent to players around the source, excluding the source itself.- Specified by:
playSoundin classWorld- Parameters:
source- the player that caused this sound, ornull- Mappings:
Namespace Name Mixin selector named playSoundLnet/minecraft/world/World;playSound(Lnet/minecraft/entity/Entity;DDDLnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/sound/SoundCategory;FFJ)Vintermediary method_8465Lnet/minecraft/class_1937;method_8465(Lnet/minecraft/class_1297;DDDLnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)Vofficial aLdmy;a(Lbye;DDDLjh;Laxx;FFJ)V
-
playSoundFromEntity
public void playSoundFromEntity(@Nullable @Nullable Entity source, Entity entity, RegistryEntry<SoundEvent> sound, SoundCategory category, float volume, float pitch, long seed) Plays a sound caused by a source at the provided entity's position. On the client, the sound will only play if the source is the same as the client's player. On the server, sound packets will be sent to players around the source, excluding the source itself.- Specified by:
playSoundFromEntityin classWorld- Parameters:
source- the player that caused this sound, ornull- Mappings:
Namespace Name Mixin selector named playSoundFromEntityLnet/minecraft/world/World;playSoundFromEntity(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/sound/SoundCategory;FFJ)Vintermediary method_8449Lnet/minecraft/class_1937;method_8449(Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;Lnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)Vofficial aLdmy;a(Lbye;Lbye;Ljh;Laxx;FFJ)V
-
syncGlobalEvent
- Overrides:
syncGlobalEventin classWorld- Mappings:
Namespace Name Mixin selector named syncGlobalEventLnet/minecraft/world/World;syncGlobalEvent(ILnet/minecraft/util/math/BlockPos;I)Vintermediary method_8474Lnet/minecraft/class_1937;method_8474(ILnet/minecraft/class_2338;I)Vofficial bLdmy;b(ILix;I)V
-
syncWorldEvent
- Specified by:
syncWorldEventin interfaceWorldAccess- Mappings:
Namespace Name Mixin selector named syncWorldEventLnet/minecraft/world/WorldAccess;syncWorldEvent(Lnet/minecraft/entity/Entity;ILnet/minecraft/util/math/BlockPos;I)Vintermediary method_8444Lnet/minecraft/class_1936;method_8444(Lnet/minecraft/class_1297;ILnet/minecraft/class_2338;I)Vofficial aLdmz;a(Lbye;ILix;I)V
-
getLogicalHeight
public int getLogicalHeight()- Mappings:
Namespace Name Mixin selector named getLogicalHeightLnet/minecraft/server/world/ServerWorld;getLogicalHeight()Iintermediary method_32819Lnet/minecraft/class_3218;method_32819()Iofficial wLast;w()I
-
emitGameEvent
public void emitGameEvent(RegistryEntry<GameEvent> event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event.- Specified by:
emitGameEventin interfaceWorldAccess- Mappings:
Namespace Name Mixin selector named emitGameEventLnet/minecraft/world/WorldAccess;emitGameEvent(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/world/event/GameEvent$Emitter;)Vintermediary method_32888Lnet/minecraft/class_1936;method_32888(Lnet/minecraft/class_6880;Lnet/minecraft/class_243;Lnet/minecraft/class_5712$class_7397;)Vofficial aLdmz;a(Ljh;Lfkb;Leju$a;)V
-
updateListeners
- Specified by:
updateListenersin classWorld- Mappings:
Namespace Name Mixin selector named updateListenersLnet/minecraft/world/World;updateListeners(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)Vintermediary method_8413Lnet/minecraft/class_1937;method_8413(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;I)Vofficial aLdmy;a(Lix;Lees;Lees;I)V
-
updateNeighbors
- Specified by:
updateNeighborsin interfaceWorldAccess- Mappings:
Namespace Name Mixin selector named updateNeighborsLnet/minecraft/world/WorldAccess;updateNeighbors(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)Vintermediary method_8408Lnet/minecraft/class_1936;method_8408(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;)Vofficial aLdmz;a(Lix;Ldqh;)V
-
updateNeighborsAlways
public void updateNeighborsAlways(BlockPos pos, Block sourceBlock, @Nullable @Nullable WireOrientation orientation) Emits a neighbor update to all 6 neighboring blocks ofpos.- Overrides:
updateNeighborsAlwaysin classWorld- See Also:
- Mappings:
Namespace Name Mixin selector named updateNeighborsAlwaysLnet/minecraft/world/World;updateNeighborsAlways(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/world/block/WireOrientation;)Vintermediary method_8452Lnet/minecraft/class_1937;method_8452(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_9904;)Vofficial aLdmy;a(Lix;Ldqh;Lfdh;)V
-
updateNeighborsExcept
public void updateNeighborsExcept(BlockPos pos, Block sourceBlock, Direction direction, @Nullable @Nullable WireOrientation orientation) Emits a neighbor update to neighboring blocks ofpos, except for the one indirectiondirection.- Overrides:
updateNeighborsExceptin classWorld- See Also:
- Mappings:
Namespace Name Mixin selector named updateNeighborsExceptLnet/minecraft/world/World;updateNeighborsExcept(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/Direction;Lnet/minecraft/world/block/WireOrientation;)Vintermediary method_8508Lnet/minecraft/class_1937;method_8508(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_2350;Lnet/minecraft/class_9904;)Vofficial aLdmy;a(Lix;Ldqh;Ljd;Lfdh;)V
-
updateNeighbor
public void updateNeighbor(BlockPos pos, Block sourceBlock, @Nullable @Nullable WireOrientation orientation) Triggers a neighbor update originating fromsourcePosatpos.- Overrides:
updateNeighborin classWorld- See Also:
- Mappings:
Namespace Name Mixin selector named updateNeighborLnet/minecraft/world/World;updateNeighbor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/world/block/WireOrientation;)Vintermediary method_8492Lnet/minecraft/class_1937;method_8492(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_9904;)Vofficial bLdmy;b(Lix;Ldqh;Lfdh;)V
-
updateNeighbor
public void updateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, @Nullable @Nullable WireOrientation orientation, boolean notify) - Overrides:
updateNeighborin classWorld- Mappings:
Namespace Name Mixin selector named updateNeighborLnet/minecraft/world/World;updateNeighbor(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/world/block/WireOrientation;Z)Vintermediary method_41410Lnet/minecraft/class_1937;method_41410(Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_9904;Z)Vofficial aLdmy;a(Lees;Lix;Ldqh;Lfdh;Z)V
-
sendEntityStatus
Sends the entity status to nearby players.- Overrides:
sendEntityStatusin classWorld- See Also:
- Mappings:
Namespace Name Mixin selector named sendEntityStatusLnet/minecraft/world/World;sendEntityStatus(Lnet/minecraft/entity/Entity;B)Vintermediary method_8421Lnet/minecraft/class_1937;method_8421(Lnet/minecraft/class_1297;B)Vofficial aLdmy;a(Lbye;B)V
-
sendEntityDamage
- Overrides:
sendEntityDamagein classWorld- Mappings:
Namespace Name Mixin selector named sendEntityDamageLnet/minecraft/world/World;sendEntityDamage(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;)Vintermediary method_48760Lnet/minecraft/class_1937;method_48760(Lnet/minecraft/class_1297;Lnet/minecraft/class_1282;)Vofficial aLdmy;a(Lbye;Lbwt;)V
-
getChunkManager
- Specified by:
getChunkManagerin interfaceWorldAccess- Mappings:
Namespace Name Mixin selector named getChunkManagerLnet/minecraft/server/world/ServerWorld;getChunkManager()Lnet/minecraft/server/world/ServerChunkManager;intermediary method_14178Lnet/minecraft/class_3218;method_14178()Lnet/minecraft/class_3215;official xLast;x()Lasq;
-
createExplosion
public void 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, ParticleEffect smallParticle, ParticleEffect largeParticle, RegistryEntry<SoundEvent> soundEvent) Creates an explosion.- Specified by:
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 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/particle/ParticleEffect;Lnet/minecraft/particle/ParticleEffect;Lnet/minecraft/registry/entry/RegistryEntry;)Vintermediary 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_2394;Lnet/minecraft/class_2394;Lnet/minecraft/class_6880;)Vofficial aLdmy;a(Lbye;Lbwt;Ldms;DDDFZLdmy$a;Lly;Lly;Ljh;)V
-
getDestructionType
private Explosion.DestructionType getDestructionType(GameRules.Key<GameRules.BooleanRule> decayRule) - Mappings:
Namespace Name Mixin selector named getDestructionTypeLnet/minecraft/server/world/ServerWorld;getDestructionType(Lnet/minecraft/world/GameRules$Key;)Lnet/minecraft/world/explosion/Explosion$DestructionType;intermediary method_61270Lnet/minecraft/class_3218;method_61270(Lnet/minecraft/class_1928$class_4313;)Lnet/minecraft/class_1927$class_4179;official aLast;a(Ldmu$e;)Ldmr$a;
-
addSyncedBlockEvent
- Overrides:
addSyncedBlockEventin classWorld- Mappings:
Namespace Name Mixin selector named addSyncedBlockEventLnet/minecraft/world/World;addSyncedBlockEvent(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)Vintermediary method_8427Lnet/minecraft/class_1937;method_8427(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;II)Vofficial aLdmy;a(Lix;Ldqh;II)V
-
processSyncedBlockEvents
private void processSyncedBlockEvents()- Mappings:
Namespace Name Mixin selector named processSyncedBlockEventsLnet/minecraft/server/world/ServerWorld;processSyncedBlockEvents()Vintermediary method_14192Lnet/minecraft/class_3218;method_14192()Vofficial aVLast;aV()V
-
processBlockEvent
- Mappings:
Namespace Name Mixin selector named processBlockEventLnet/minecraft/server/world/ServerWorld;processBlockEvent(Lnet/minecraft/server/world/BlockEvent;)Zintermediary method_14174Lnet/minecraft/class_3218;method_14174(Lnet/minecraft/class_1919;)Zofficial aLast;a(Ldmb;)Z
-
getBlockTickScheduler
- Specified by:
getBlockTickSchedulerin interfaceScheduledTickView- Mappings:
Namespace Name Mixin selector named getBlockTickSchedulerLnet/minecraft/server/world/ServerWorld;getBlockTickScheduler()Lnet/minecraft/world/tick/WorldTickScheduler;intermediary method_14196Lnet/minecraft/class_3218;method_14196()Lnet/minecraft/class_6757;official yLast;y()Lflq;
-
getFluidTickScheduler
- Specified by:
getFluidTickSchedulerin interfaceScheduledTickView- Mappings:
Namespace Name Mixin selector named getFluidTickSchedulerLnet/minecraft/server/world/ServerWorld;getFluidTickScheduler()Lnet/minecraft/world/tick/WorldTickScheduler;intermediary method_14179Lnet/minecraft/class_3218;method_14179()Lnet/minecraft/class_6757;official zLast;z()Lflq;
-
method_69069
- Mappings:
Namespace Name Mixin selector named method_69069Lnet/minecraft/server/world/ServerWorld;method_69069()Lnet/minecraft/server/world/ChunkErrorHandler;intermediary method_69069Lnet/minecraft/class_3218;method_69069()Lnet/minecraft/class_9820;official ALast;A()Lehy;
-
method_69070
- Mappings:
Namespace Name Mixin selector named method_69070Lnet/minecraft/server/world/ServerWorld;method_69070()Lnet/minecraft/util/thread/ThreadExecutor;intermediary method_69070Lnet/minecraft/class_3218;method_69070()Lnet/minecraft/class_1255;official BLast;B()Lbup;
-
method_69071
- Overrides:
method_69071in classWorld- Mappings:
Namespace Name Mixin selector named method_69071Lnet/minecraft/world/World;method_69071()Lnet/minecraft/server/GameInstance;intermediary method_69071Lnet/minecraft/class_1937;method_69071()Lnet/minecraft/class_10961;official CLdmy;C()Lana;
-
getPortalForcer
- Mappings:
Namespace Name Mixin selector named getPortalForcerLnet/minecraft/server/world/ServerWorld;getPortalForcer()Lnet/minecraft/world/dimension/PortalForcer;intermediary method_14173Lnet/minecraft/class_3218;method_14173()Lnet/minecraft/class_1946;official DLast;D()Lfcx;
-
getStructureTemplateManager
- Mappings:
Namespace Name Mixin selector named getStructureTemplateManagerLnet/minecraft/server/world/ServerWorld;getStructureTemplateManager()Lnet/minecraft/structure/StructureTemplateManager;intermediary method_14183Lnet/minecraft/class_3218;method_14183()Lnet/minecraft/class_3485;official ELast;E()Lezx;
-
spawnParticles
public <T extends ParticleEffect> int spawnParticles(T parameters, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed) - Mappings:
Namespace Name Mixin selector named spawnParticlesLnet/minecraft/server/world/ServerWorld;spawnParticles(Lnet/minecraft/particle/ParticleEffect;DDDIDDDD)Iintermediary method_65096Lnet/minecraft/class_3218;method_65096(Lnet/minecraft/class_2394;DDDIDDDD)Iofficial aLast;a(Lly;DDDIDDDD)I
-
spawnParticles
public <T extends ParticleEffect> int spawnParticles(T parameters, boolean force, boolean important, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed) Spawns a particle visible to nearby players.- Returns:
- the number of players the particle packet was sent to
- Implementation Note:
- If
countis0, a single particle will be spawned with its velocity beingdeltaX,deltaY,deltaZmultiplied byspeed. - Mappings:
Namespace Name Mixin selector named spawnParticlesLnet/minecraft/server/world/ServerWorld;spawnParticles(Lnet/minecraft/particle/ParticleEffect;ZZDDDIDDDD)Iintermediary method_14199Lnet/minecraft/class_3218;method_14199(Lnet/minecraft/class_2394;ZZDDDIDDDD)Iofficial aLast;a(Lly;ZZDDDIDDDD)I
-
spawnParticles
public <T extends ParticleEffect> boolean spawnParticles(ServerPlayerEntity viewer, T parameters, boolean force, boolean important, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed) Spawns a particle visible toviewer, if the viewer is near the provided coordinates.- Returns:
- whether the particle packet was sent
- Implementation Note:
- If
countis0, a single particle will be spawned with its velocity beingdeltaX,deltaY,deltaZmultiplied byspeed. - Mappings:
Namespace Name Mixin selector named spawnParticlesLnet/minecraft/server/world/ServerWorld;spawnParticles(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/particle/ParticleEffect;ZZDDDIDDDD)Zintermediary method_14166Lnet/minecraft/class_3218;method_14166(Lnet/minecraft/class_3222;Lnet/minecraft/class_2394;ZZDDDIDDDD)Zofficial aLast;a(Lasu;Lly;ZZDDDIDDDD)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 named sendToPlayerIfNearbyLnet/minecraft/server/world/ServerWorld;sendToPlayerIfNearby(Lnet/minecraft/server/network/ServerPlayerEntity;ZDDDLnet/minecraft/network/packet/Packet;)Zintermediary method_14191Lnet/minecraft/class_3218;method_14191(Lnet/minecraft/class_3222;ZDDDLnet/minecraft/class_2596;)Zofficial aLast;a(Lasu;ZDDDLzq;)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 named getEntityByIdLnet/minecraft/world/World;getEntityById(I)Lnet/minecraft/entity/Entity;intermediary method_8469Lnet/minecraft/class_1937;method_8469(I)Lnet/minecraft/class_1297;official bLdmy;b(I)Lbye;
-
getEntityOrDragonPart
Deprecated.- Mappings:
Namespace Name Mixin selector named getEntityOrDragonPartLnet/minecraft/server/world/ServerWorld;getEntityOrDragonPart(I)Lnet/minecraft/entity/Entity;intermediary method_31424Lnet/minecraft/class_3218;method_31424(I)Lnet/minecraft/class_1297;official cLast;c(I)Lbye;
-
getEnderDragonParts
- Specified by:
getEnderDragonPartsin classWorld- Mappings:
Namespace Name Mixin selector named getEnderDragonPartsLnet/minecraft/world/World;getEnderDragonParts()Ljava/util/Collection;intermediary method_65097Lnet/minecraft/class_1937;method_65097()Ljava/util/Collection;official FLdmy;F()Ljava/util/Collection;
-
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 named locateStructureLnet/minecraft/server/world/ServerWorld;locateStructure(Lnet/minecraft/registry/tag/TagKey;Lnet/minecraft/util/math/BlockPos;IZ)Lnet/minecraft/util/math/BlockPos;intermediary method_8487Lnet/minecraft/class_3218;method_8487(Lnet/minecraft/class_6862;Lnet/minecraft/class_2338;IZ)Lnet/minecraft/class_2338;official aLast;a(Laza;Lix;IZ)Lix;
-
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 named locateBiomeLnet/minecraft/server/world/ServerWorld;locateBiome(Ljava/util/function/Predicate;Lnet/minecraft/util/math/BlockPos;III)Lcom/mojang/datafixers/util/Pair;intermediary method_42108Lnet/minecraft/class_3218;method_42108(Ljava/util/function/Predicate;Lnet/minecraft/class_2338;III)Lcom/mojang/datafixers/util/Pair;official aLast;a(Ljava/util/function/Predicate;Lix;III)Lcom/mojang/datafixers/util/Pair;
-
getRecipeManager
- Specified by:
getRecipeManagerin classWorld- Mappings:
Namespace Name Mixin selector named getRecipeManagerLnet/minecraft/server/world/ServerWorld;getRecipeManager()Lnet/minecraft/recipe/ServerRecipeManager;intermediary method_64577Lnet/minecraft/class_3218;method_64577()Lnet/minecraft/class_1863;official GLast;G()Ldhx;
-
getTickManager
- Specified by:
getTickManagerin classWorld- Mappings:
Namespace Name Mixin selector named getTickManagerLnet/minecraft/server/world/ServerWorld;getTickManager()Lnet/minecraft/server/ServerTickManager;intermediary method_69072Lnet/minecraft/class_3218;method_69072()Lnet/minecraft/class_8915;official HLast;H()Lamx;
-
isSavingDisabled
public boolean isSavingDisabled()- Overrides:
isSavingDisabledin classWorld- Mappings:
Namespace Name Mixin selector named isSavingDisabledLnet/minecraft/world/World;isSavingDisabled()Zintermediary method_8458Lnet/minecraft/class_1937;method_8458()Zofficial ILdmy;I()Z
-
getPersistentStateManager
- Mappings:
Namespace Name Mixin selector named getPersistentStateManagerLnet/minecraft/server/world/ServerWorld;getPersistentStateManager()Lnet/minecraft/world/PersistentStateManager;intermediary method_17983Lnet/minecraft/class_3218;method_17983()Lnet/minecraft/class_26;official JLast;J()Lfea;
-
getMapState
- Specified by:
getMapStatein classWorld- Mappings:
Namespace Name Mixin selector named getMapStateLnet/minecraft/world/World;getMapState(Lnet/minecraft/component/type/MapIdComponent;)Lnet/minecraft/item/map/MapState;intermediary method_17891Lnet/minecraft/class_1937;method_17891(Lnet/minecraft/class_9209;)Lnet/minecraft/class_22;official aLdmy;a(Lfds;)Lfdu;
-
putMapState
- Mappings:
Namespace Name Mixin selector named putMapStateLnet/minecraft/server/world/ServerWorld;putMapState(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;)Vintermediary method_17890Lnet/minecraft/class_3218;method_17890(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;)Vofficial aLast;a(Lfds;Lfdu;)V
-
increaseAndGetMapId
- Mappings:
Namespace Name Mixin selector named increaseAndGetMapIdLnet/minecraft/server/world/ServerWorld;increaseAndGetMapId()Lnet/minecraft/component/type/MapIdComponent;intermediary method_17889Lnet/minecraft/class_3218;method_17889()Lnet/minecraft/class_9209;official KLast;K()Lfds;
-
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 named setSpawnPosLnet/minecraft/server/world/ServerWorld;setSpawnPos(Lnet/minecraft/util/math/BlockPos;F)Vintermediary method_8554Lnet/minecraft/class_3218;method_8554(Lnet/minecraft/class_2338;F)Vofficial aLast;a(Lix;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 named getForcedChunksLnet/minecraft/server/world/ServerWorld;getForcedChunks()Lit/unimi/dsi/fastutil/longs/LongSet;intermediary method_17984Lnet/minecraft/class_3218;method_17984()Lit/unimi/dsi/fastutil/longs/LongSet;official LLast;L()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 named setChunkForcedLnet/minecraft/server/world/ServerWorld;setChunkForced(IIZ)Zintermediary method_17988Lnet/minecraft/class_3218;method_17988(IIZ)Zofficial aLast;a(IIZ)Z
-
getPlayers
- Specified by:
getPlayersin interfaceEntityView- Mappings:
Namespace Name Mixin selector named getPlayersLnet/minecraft/world/EntityView;getPlayers()Ljava/util/List;intermediary method_18456Lnet/minecraft/class_1924;method_18456()Ljava/util/List;official MLdmq;M()Ljava/util/List;
-
onBlockStateChanged
- Overrides:
onBlockStateChangedin classWorld- Mappings:
Namespace Name Mixin selector named onBlockStateChangedLnet/minecraft/world/World;onBlockStateChanged(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)Vintermediary method_66016Lnet/minecraft/class_1937;method_66016(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;)Vofficial aLdmy;a(Lix;Lees;Lees;)V
-
getPointOfInterestStorage
- Mappings:
Namespace Name Mixin selector named getPointOfInterestStorageLnet/minecraft/server/world/ServerWorld;getPointOfInterestStorage()Lnet/minecraft/world/poi/PointOfInterestStorage;intermediary method_19494Lnet/minecraft/class_3218;method_19494()Lnet/minecraft/class_4153;official NLast;N()Lcko;
-
isNearOccupiedPointOfInterest
- Mappings:
Namespace Name Mixin selector named isNearOccupiedPointOfInterestLnet/minecraft/server/world/ServerWorld;isNearOccupiedPointOfInterest(Lnet/minecraft/util/math/BlockPos;)Zintermediary method_19500Lnet/minecraft/class_3218;method_19500(Lnet/minecraft/class_2338;)Zofficial gLast;g(Lix;)Z
-
isNearOccupiedPointOfInterest
- Mappings:
Namespace Name Mixin selector named isNearOccupiedPointOfInterestLnet/minecraft/server/world/ServerWorld;isNearOccupiedPointOfInterest(Lnet/minecraft/util/math/ChunkSectionPos;)Zintermediary method_20588Lnet/minecraft/class_3218;method_20588(Lnet/minecraft/class_4076;)Zofficial aLast;a(Lka;)Z
-
isNearOccupiedPointOfInterest
- Mappings:
Namespace Name Mixin selector named isNearOccupiedPointOfInterestLnet/minecraft/server/world/ServerWorld;isNearOccupiedPointOfInterest(Lnet/minecraft/util/math/BlockPos;I)Zintermediary method_19497Lnet/minecraft/class_3218;method_19497(Lnet/minecraft/class_2338;I)Zofficial aLast;a(Lix;I)Z
-
getOccupiedPointOfInterestDistance
- Mappings:
Namespace Name Mixin selector named getOccupiedPointOfInterestDistanceLnet/minecraft/server/world/ServerWorld;getOccupiedPointOfInterestDistance(Lnet/minecraft/util/math/ChunkSectionPos;)Iintermediary method_19498Lnet/minecraft/class_3218;method_19498(Lnet/minecraft/class_4076;)Iofficial bLast;b(Lka;)I
-
getRaidManager
- Mappings:
Namespace Name Mixin selector named getRaidManagerLnet/minecraft/server/world/ServerWorld;getRaidManager()Lnet/minecraft/village/raid/RaidManager;intermediary method_19495Lnet/minecraft/class_3218;method_19495()Lnet/minecraft/class_3767;official OLast;O()Lcvx;
-
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 named getRaidAtLnet/minecraft/server/world/ServerWorld;getRaidAt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/village/raid/Raid;intermediary method_19502Lnet/minecraft/class_3218;method_19502(Lnet/minecraft/class_2338;)Lnet/minecraft/class_3765;official hLast;h(Lix;)Lcvv;
-
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 named hasRaidAtLnet/minecraft/server/world/ServerWorld;hasRaidAt(Lnet/minecraft/util/math/BlockPos;)Zintermediary method_19503Lnet/minecraft/class_3218;method_19503(Lnet/minecraft/class_2338;)Zofficial iLast;i(Lix;)Z
-
handleInteraction
public void handleInteraction(EntityInteraction interaction, Entity entity, InteractionObserver observer) - Mappings:
Namespace Name Mixin selector named handleInteractionLnet/minecraft/server/world/ServerWorld;handleInteraction(Lnet/minecraft/entity/EntityInteraction;Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/InteractionObserver;)Vintermediary method_19496Lnet/minecraft/class_3218;method_19496(Lnet/minecraft/class_4151;Lnet/minecraft/class_1297;Lnet/minecraft/class_4094;)Vofficial aLast;a(Lckl;Lbye;Lbzu;)V
-
dump
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpLnet/minecraft/server/world/ServerWorld;dump(Ljava/nio/file/Path;)Vintermediary method_21625Lnet/minecraft/class_3218;method_21625(Ljava/nio/file/Path;)Vofficial aLast;a(Ljava/nio/file/Path;)V
-
dumpEntities
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpEntitiesLnet/minecraft/server/world/ServerWorld;dumpEntities(Ljava/io/Writer;Ljava/lang/Iterable;)Vintermediary method_21624Lnet/minecraft/class_3218;method_21624(Ljava/io/Writer;Ljava/lang/Iterable;)Vofficial aLast;a(Ljava/io/Writer;Ljava/lang/Iterable;)V
-
dumpBlockEntities
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named dumpBlockEntitiesLnet/minecraft/server/world/ServerWorld;dumpBlockEntities(Ljava/io/Writer;)Vintermediary method_21626Lnet/minecraft/class_3218;method_21626(Ljava/io/Writer;)Vofficial aLast;a(Ljava/io/Writer;)V
-
clearUpdatesInArea
- Mappings:
Namespace Name Mixin selector named clearUpdatesInAreaLnet/minecraft/server/world/ServerWorld;clearUpdatesInArea(Lnet/minecraft/util/math/BlockBox;)Vintermediary method_23658Lnet/minecraft/class_3218;method_23658(Lnet/minecraft/class_3341;)Vofficial aLast;a(Levm;)V
-
getBrightness
- Specified by:
getBrightnessin interfaceBlockRenderView- Mappings:
Namespace Name Mixin selector named getBrightnessLnet/minecraft/world/BlockRenderView;getBrightness(Lnet/minecraft/util/math/Direction;Z)Fintermediary method_24852Lnet/minecraft/class_1920;method_24852(Lnet/minecraft/class_2350;Z)Fofficial aLdlz;a(Ljd;Z)F
-
iterateEntities
- Mappings:
Namespace Name Mixin selector named iterateEntitiesLnet/minecraft/server/world/ServerWorld;iterateEntities()Ljava/lang/Iterable;intermediary method_27909Lnet/minecraft/class_3218;method_27909()Ljava/lang/Iterable;official PLast;P()Ljava/lang/Iterable;
-
toString
-
isFlat
public boolean isFlat()- Mappings:
Namespace Name Mixin selector named isFlatLnet/minecraft/server/world/ServerWorld;isFlat()Zintermediary method_28125Lnet/minecraft/class_3218;method_28125()Zofficial QLast;Q()Z
-
getSeed
public long getSeed()- Specified by:
getSeedin interfaceStructureWorldAccess- Mappings:
Namespace Name Mixin selector named getSeedLnet/minecraft/world/StructureWorldAccess;getSeed()Jintermediary method_8412Lnet/minecraft/class_5281;method_8412()Jofficial RLdny;R()J
-
getEnderDragonFight
- Mappings:
Namespace Name Mixin selector named getEnderDragonFightLnet/minecraft/server/world/ServerWorld;getEnderDragonFight()Lnet/minecraft/entity/boss/dragon/EnderDragonFight;intermediary method_29198Lnet/minecraft/class_3218;method_29198()Lnet/minecraft/class_2881;official SLast;S()Leiu;
-
toServerWorld
- Specified by:
toServerWorldin interfaceEntityLookupView- Specified by:
toServerWorldin interfaceServerWorldAccess- Mappings:
Namespace Name Mixin selector named toServerWorldLnet/minecraft/world/EntityLookupView;toServerWorld()Lnet/minecraft/server/world/ServerWorld;intermediary method_8410Lnet/minecraft/class_10245;method_8410()Lnet/minecraft/class_3218;official aLass;a()Last;
-
getDebugString
- Mappings:
Namespace Name Mixin selector named getDebugStringLnet/minecraft/server/world/ServerWorld;getDebugString()Ljava/lang/String;intermediary method_31268Lnet/minecraft/class_3218;method_31268()Ljava/lang/String;official TLast;T()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 named getTopFiveLnet/minecraft/server/world/ServerWorld;getTopFive(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/lang/String;intermediary method_31270Lnet/minecraft/class_3218;method_31270(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/lang/String;official aLast;a(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/lang/String;
-
getEntityLookup
- Specified by:
getEntityLookupin classWorld- Mappings:
Namespace Name Mixin selector named getEntityLookupLnet/minecraft/world/World;getEntityLookup()Lnet/minecraft/world/entity/EntityLookup;intermediary method_31592Lnet/minecraft/class_1937;method_31592()Lnet/minecraft/class_5577;official ULdmy;U()Leji;
-
loadEntities
- Mappings:
Namespace Name Mixin selector named loadEntitiesLnet/minecraft/server/world/ServerWorld;loadEntities(Ljava/util/stream/Stream;)Vintermediary method_31423Lnet/minecraft/class_3218;method_31423(Ljava/util/stream/Stream;)Vofficial aLast;a(Ljava/util/stream/Stream;)V
-
addEntities
- Mappings:
Namespace Name Mixin selector named addEntitiesLnet/minecraft/server/world/ServerWorld;addEntities(Ljava/util/stream/Stream;)Vintermediary method_31426Lnet/minecraft/class_3218;method_31426(Ljava/util/stream/Stream;)Vofficial bLast;b(Ljava/util/stream/Stream;)V
-
disableTickSchedulers
- Mappings:
Namespace Name Mixin selector named disableTickSchedulersLnet/minecraft/server/world/ServerWorld;disableTickSchedulers(Lnet/minecraft/world/chunk/WorldChunk;)Vintermediary method_39223Lnet/minecraft/class_3218;method_39223(Lnet/minecraft/class_2818;)Vofficial cLast;c(Leha;)V
-
cacheStructures
- Mappings:
Namespace Name Mixin selector named cacheStructuresLnet/minecraft/server/world/ServerWorld;cacheStructures(Lnet/minecraft/world/chunk/Chunk;)Vintermediary method_39778Lnet/minecraft/class_3218;method_39778(Lnet/minecraft/class_2791;)Vofficial aLast;a(Legp;)V
-
getPathNodeTypeCache
- Mappings:
Namespace Name Mixin selector named getPathNodeTypeCacheLnet/minecraft/server/world/ServerWorld;getPathNodeTypeCache()Lnet/minecraft/entity/ai/pathing/PathNodeTypeCache;intermediary method_57133Lnet/minecraft/class_3218;method_57133()Lnet/minecraft/class_9315;official VLast;V()Lfcr;
-
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 named isChunkLoadedLnet/minecraft/server/world/ServerWorld;isChunkLoaded(J)Zintermediary method_37116Lnet/minecraft/class_3218;method_37116(J)Zofficial cLast;c(J)Z
-
isTickingFutureReady
public boolean isTickingFutureReady(long chunkPos) - Mappings:
Namespace Name Mixin selector named isTickingFutureReadyLnet/minecraft/server/world/ServerWorld;isTickingFutureReady(J)Zintermediary method_37117Lnet/minecraft/class_3218;method_37117(J)Zofficial dLast;d(J)Z
-
shouldTickEntityAt
Returns whether to tick entities atpos.- Returns:
- whether to tick entities at
pos - Mappings:
Namespace Name Mixin selector named shouldTickEntityAtLnet/minecraft/server/world/ServerWorld;shouldTickEntityAt(Lnet/minecraft/util/math/BlockPos;)Zintermediary method_37118Lnet/minecraft/class_3218;method_37118(Lnet/minecraft/class_2338;)Zofficial jLast;j(Lix;)Z
-
shouldTickTestAt
- Mappings:
Namespace Name Mixin selector named shouldTickTestAtLnet/minecraft/server/world/ServerWorld;shouldTickTestAt(Lnet/minecraft/util/math/ChunkPos;)Zintermediary method_66588Lnet/minecraft/class_3218;method_66588(Lnet/minecraft/class_1923;)Zofficial aLast;a(Ldmd;)Z
-
shouldTickBlockAt
- Mappings:
Namespace Name Mixin selector named shouldTickBlockAtLnet/minecraft/server/world/ServerWorld;shouldTickBlockAt(Lnet/minecraft/util/math/BlockPos;)Zintermediary method_67506Lnet/minecraft/class_3218;method_67506(Lnet/minecraft/class_2338;)Zofficial kLast;k(Lix;)Z
-
shouldTickChunkAt
- Mappings:
Namespace Name Mixin selector named shouldTickChunkAtLnet/minecraft/server/world/ServerWorld;shouldTickChunkAt(Lnet/minecraft/util/math/ChunkPos;)Zintermediary method_67504Lnet/minecraft/class_3218;method_67504(Lnet/minecraft/class_1923;)Zofficial bLast;b(Ldmd;)Z
-
canSpawnEntitiesAt
- Mappings:
Namespace Name Mixin selector named canSpawnEntitiesAtLnet/minecraft/server/world/ServerWorld;canSpawnEntitiesAt(Lnet/minecraft/util/math/ChunkPos;)Zintermediary method_67505Lnet/minecraft/class_3218;method_67505(Lnet/minecraft/class_1923;)Zofficial cLast;c(Ldmd;)Z
-
getEnabledFeatures
- Specified by:
getEnabledFeaturesin interfaceWorldView- Mappings:
Namespace Name Mixin selector named getEnabledFeaturesLnet/minecraft/world/WorldView;getEnabledFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;intermediary method_45162Lnet/minecraft/class_4538;method_45162()Lnet/minecraft/class_7699;official XLdnb;X()Lcxp;
-
getBrewingRecipeRegistry
- Specified by:
getBrewingRecipeRegistryin classWorld- Mappings:
Namespace Name Mixin selector named getBrewingRecipeRegistryLnet/minecraft/world/World;getBrewingRecipeRegistry()Lnet/minecraft/recipe/BrewingRecipeRegistry;intermediary method_59547Lnet/minecraft/class_1937;method_59547()Lnet/minecraft/class_1845;official YLdmy;Y()Lder;
-
getFuelRegistry
- Specified by:
getFuelRegistryin classWorld- Mappings:
Namespace Name Mixin selector named getFuelRegistryLnet/minecraft/world/World;getFuelRegistry()Lnet/minecraft/item/FuelRegistry;intermediary method_61269Lnet/minecraft/class_1937;method_61269()Lnet/minecraft/class_9895;official ZLdmy;Z()Lecm;
-
getOrCreateRandom
- Mappings:
Namespace Name Mixin selector named getOrCreateRandomLnet/minecraft/server/world/ServerWorld;getOrCreateRandom(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/math/random/Random;intermediary method_51836Lnet/minecraft/class_3218;method_51836(Lnet/minecraft/class_2960;)Lnet/minecraft/class_5819;official aLast;a(Lamb;)Lbbg;
-
getRandomSequences
- Mappings:
Namespace Name Mixin selector named getRandomSequencesLnet/minecraft/server/world/ServerWorld;getRandomSequences()Lnet/minecraft/util/math/random/RandomSequencesState;intermediary method_52168Lnet/minecraft/class_3218;method_52168()Lnet/minecraft/class_8565;official aaLast;aa()Lbwh;
-
getGameRules
- Mappings:
Namespace Name Mixin selector named getGameRulesLnet/minecraft/server/world/ServerWorld;getGameRules()Lnet/minecraft/world/GameRules;intermediary method_64395Lnet/minecraft/class_3218;method_64395()Lnet/minecraft/class_1928;official abLast;ab()Ldmu;
-
addDetailsToCrashReport
- Overrides:
addDetailsToCrashReportin classWorld- Mappings:
Namespace Name Mixin selector named addDetailsToCrashReportLnet/minecraft/world/World;addDetailsToCrashReport(Lnet/minecraft/util/crash/CrashReport;)Lnet/minecraft/util/crash/CrashReportSection;intermediary method_8538Lnet/minecraft/class_1937;method_8538(Lnet/minecraft/class_128;)Lnet/minecraft/class_129;official aLdmy;a(Lp;)Lq;
-
method_69089
- Overrides:
method_69089in classWorld- Mappings:
Namespace Name Mixin selector named method_69089Lnet/minecraft/world/World;method_69089(Lnet/minecraft/registry/entry/RegistryEntry;)Vintermediary method_69089Lnet/minecraft/class_1937;method_69089(Lnet/minecraft/class_6880;)Vofficial aLdmy;a(Ljh;)V
-
getSeaLevel
public int getSeaLevel()- Specified by:
getSeaLevelin interfaceWorldView- Mappings:
Namespace Name Mixin selector named getSeaLevelLnet/minecraft/world/WorldView;getSeaLevel()Iintermediary method_8615Lnet/minecraft/class_4538;method_8615()Iofficial acLdnb;ac()I
-