Package net.minecraft.world
Class DemoServerWorld
java.lang.Object
net.minecraft.world.World
net.minecraft.server.world.ServerWorld
net.minecraft.world.DemoServerWorld
- All Implemented Interfaces:
ThreadExecutor,WorldView
public class DemoServerWorld extends ServerWorld
- Mappings:
Namespace Name official kxintermediary net/minecraft/class_1626named net/minecraft/world/DemoServerWorld
-
Field Summary
Fields 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 DemoServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int int2, Profiler profiler) -
Method Summary
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, getWorld, isOnThread, isReady, method_287, method_289, method_303, method_304, method_305, method_335, method_340, method_363, method_388, method_6032, 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
-
SEED
private static final long SEED- Mappings:
Namespace Name Mixin selector official ILkx;I:Jintermediary field_6578Lnet/minecraft/class_1626;field_6578:Jnamed SEEDLnet/minecraft/world/DemoServerWorld;SEED:J
-
INFO
- Mappings:
Namespace Name Mixin selector official aLkx;a:Ladp;intermediary field_6579Lnet/minecraft/class_1626;field_6579:Lnet/minecraft/class_102;named INFOLnet/minecraft/world/DemoServerWorld;INFO:Lnet/minecraft/world/level/LevelInfo;
-
-
Constructor Details
-
DemoServerWorld
public DemoServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int int2, Profiler profiler)- Mappings:
Namespace Name Mixin selector official <init>Lle;<init>(Lnet/minecraft/server/MinecraftServer;Latp;Lato;ILnt;)Vintermediary <init>Lnet/minecraft/class_1635;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_635;Lnet/minecraft/class_634;ILnet/minecraft/class_1705;)Vnamed <init>Lnet/minecraft/server/world/ServerWorld;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/SaveHandler;Lnet/minecraft/world/level/LevelProperties;ILnet/minecraft/util/profiler/Profiler;)V
-