Package net.minecraft.world
Class MultiServerWorld
java.lang.Object
net.minecraft.world.World
net.minecraft.server.world.ServerWorld
net.minecraft.world.MultiServerWorld
- All Implemented Interfaces:
ThreadExecutor,WorldView
public class MultiServerWorld extends ServerWorld
- Mappings:
Namespace Name official kzintermediary net/minecraft/class_1628named net/minecraft/world/MultiServerWorld
-
Field Summary
Fields Modifier and Type Field Description private ServerWorldworldFields inherited from class net.minecraft.server.world.ServerWorld
field_6635, field_6637, savingDisabledFields inherited from class net.minecraft.world.World
blockEntities, chunkProvider, dimension, entities, eventListeners, field_253, field_254, field_255, field_287, field_288, idToEntity, immediateUpdates, isClient, lcgBlockSeed, levelProperties, loadedEntities, playerEntities, profiler, rainGradient, rainGradientPrev, random, saveHandler, scoreboard, thunderGradient, thunderGradientPrev, tickingBlockEntities, unloadedEntities, unusedIncrement, villageState -
Constructor Summary
Constructors Constructor Description MultiServerWorld(MinecraftServer server, SaveHandler saveHandler, int id, ServerWorld world, Profiler profiler) -
Method Summary
Modifier and Type Method Description WorldgetWorld()protected voidmethod_6032()Methods inherited from class net.minecraft.server.world.ServerWorld
addBlockAction, addEntity, addParticle, addParticle, canPlayerModifyAt, close, createExplosion, execute, getClientChunkCache, getEntity, getEntityTracker, getForcedSpawnPoint, getNextMapId, getPlayerWorldManager, getPortalTeleporter, getServer, isOnThread, isReady, method_287, method_289, method_303, method_304, method_305, method_335, method_340, method_363, method_388, method_6033, method_6035, method_6039, method_6040, method_6048, method_6053, onEntityRemoved, onEntitySpawned, placeBonusChest, resetIdleTimeout, save, sendEntityStatus, setDefaultSpawnClient, setPropertiesInitialized, tick, tickBlocks, tickEntities, tickWeatherMethods inherited from class net.minecraft.world.World
addBlockEntities, addBlockEntity, addDetailsToCrashReport, addFireworkParticle, addListener, addParticle, addParticle, addToCrashReport, blockExists, calculateAmbientDarkness, canBlockBePlaced, containsBlockWithMaterial, createExplosion, disconnect, doesAreaContainFireSource, doesBoxCollide, extinguishFire, getAmbientDarkness, getBiomeAt, getBlockAt, getBlockEntity, getBlockState, getCalenderInstance, getChunk, getChunk, getChunkProvider, getClosestPlayer, getClosestPlayer, getDebugString, getDimensionBiomeSource, getEffectiveHeight, getEmittedRedstonePower, getEntitiesIn, getEntitiesIn, getEntitiesInBox, getEntitiesInBox, getEntityById, getGameRules, getGeneratorType, getGlobalDifficulty, getHorizonHeight, getLastUpdateTime, getLevelProperties, getLight, getLightAtPos, getLocalDifficulty, getLuminance, getMaxBuildHeight, getMoonPhase, getNearestStructurePos, getPlayerByUuid, getRainGradient, getReceivedRedstonePower, getReceivedStrongRedstonePower, getSaveHandler, getScoreboard, getSeaLevel, getSeed, getSkyAngleRadians, getSpawnPos, getStrongRedstonePower, getThunderGradient, getTimeOfDay, getVillageState, getWorldBorder, hasDirectSunlight, hasEntityIn, hasEntityIn, hasHighHumidity, hasRain, initWeatherGradients, isAir, isChunkLoaded, isDay, isEmittingRedstonePower, isInsideWorld, isLoaded, isOpaque, isRaining, isReceivingRedstonePower, isRegionLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isSaved, isThundering, loadEntity, markDirty, method_241, method_246, method_257, method_267, method_270, method_271, method_273, method_275, method_282, method_283, method_290, method_291, method_292, method_294, method_296, method_316, method_319, method_320, method_321, method_322, method_331, method_341, method_344, method_345, method_349, method_350, method_352, method_358, method_362, method_368, method_369, method_370, method_375, method_377, method_379, method_380, method_385, method_386, method_390, method_391, method_395, method_399, method_401, method_403, method_404, method_406, method_408, method_420, method_421, method_422, method_424, method_427, method_428, method_430, method_432, method_434, method_435, method_436, neighbourUpdate, onBlockUpdate, onLightUpdate, onRenderRegionUpdate, onRenderRegionUpdate, playMusicDisc, playSound, playSound, playSound, playSound, raycast, rayTrace, recievesSunlight, removeBlock, removeBlockEntity, removeEntity, removeListener, renderAsNormalBlock, setAir, setAmbientDarkness, setBlockBreakingInfo, setBlockEntity, setBlockState, setBlockState, setItemData, setRainGradient, setSeaLevel, setSpawnPos, setThunderGradient, setTime, setTimeOfDay, spawnEntity, syncGlobalEvent, syncWorldEvent, updateHorizontalAdjacent, updateLighting, updateNeighborsAlways, updateNeighborsExcept
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official aLkz;a:Lle;intermediary field_6584Lnet/minecraft/class_1628;field_6584:Lnet/minecraft/class_1635;named worldLnet/minecraft/world/MultiServerWorld;world:Lnet/minecraft/server/world/ServerWorld;
-
-
Constructor Details
-
MultiServerWorld
public MultiServerWorld(MinecraftServer server, SaveHandler saveHandler, int id, ServerWorld world, Profiler profiler)- Mappings:
Namespace Name Mixin selector official <init>Lkz;<init>(Lnet/minecraft/server/MinecraftServer;Latp;ILle;Lnt;)Vintermediary <init>Lnet/minecraft/class_1628;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_635;ILnet/minecraft/class_1635;Lnet/minecraft/class_1705;)Vnamed <init>Lnet/minecraft/world/MultiServerWorld;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/SaveHandler;ILnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/profiler/Profiler;)V
-
-
Method Details
-
method_6032
protected void method_6032()- Overrides:
method_6032in classServerWorld- Mappings:
Namespace Name Mixin selector official aLle;a()Vintermediary method_6032Lnet/minecraft/class_1635;method_6032()Vnamed method_6032Lnet/minecraft/server/world/ServerWorld;method_6032()V
-
getWorld
- Overrides:
getWorldin classServerWorld- Mappings:
Namespace Name Mixin selector official bLadm;b()Ladm;intermediary method_348Lnet/minecraft/class_99;method_348()Lnet/minecraft/class_99;named getWorldLnet/minecraft/world/World;getWorld()Lnet/minecraft/world/World;
-