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,BlockView
- Mappings:
Namespace Name official qjintermediary net/minecraft/class_787named net/minecraft/world/DemoServerWorld
-
Field Summary
FieldsFields inherited from class net.minecraft.server.world.ServerWorld
chunkCache, field_11761, savingDisabledFields inherited from class net.minecraft.world.World
blockEntities, chunkProvider, dimension, entities, eventListeners, field_4523, field_4530, idToEntity, immediateUpdates, isClient, lcgBlockSeed, levelProperties, loadedEntities, persistentStateManager, playerEntities, profiler, rainGradient, rainGradientPrev, random, saveHandler, scoreboard, spawnAnimals, spawnMonsters, thunderGradient, thunderGradientPrev, tickingBlockEntities, unloadedEntities, unusedIncrement, villageState -
Constructor Summary
ConstructorsConstructorDescriptionDemoServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) -
Method Summary
Methods inherited from class net.minecraft.server.world.ServerWorld
addBlockAction, addBlockTick, addEntity, addParticle, addParticle, canPlayerModifyAt, checkChunk, close, createExplosion, execute, getChunkCache, getEntities, getEntities, getEntity, getEntityTracker, getForcedSpawnPoint, getNextMapId, getPlayerWorldManager, getPortalTeleporter, getServer, getWorld, hasScheduledTick, isOnThread, isReady, method_10749, method_10753, method_10754, method_2132, method_2134, method_2141, method_3599, method_3644, method_3669, method_4682, method_5323, 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, containsFireSource, containsFluid, containsMaterial, createExplosion, disconnect, doesBoxCollide, extinguishFire, getAmbientDarkness, getBiome, getBiomeSource, getBlockAt, getBlockEntity, getBlockState, getBrightness, getCalenderInstance, getChunk, getChunk, getChunkProvider, getClosestPlayer, getClosestPlayer, getCloudColor, getDebugString, getEffectiveHeight, getEmittedRedstonePower, getEntitiesByClass, getEntitiesIn, getEntitiesIn, getEntitiesInBox, getEntitiesInBox, getEntityById, getFogColor, getGameRules, getGeneratorType, getGlobalDifficulty, getHorizonHeight, getLastUpdateTime, getLevelProperties, getLight, getLightAtPos, getLoadedEntities, getLocalDifficulty, getLuminance, getMaxBuildHeight, getMoonPhase, getMoonSize, getNearestStructurePos, getPlayerByName, getPlayerByUuid, getRainGradient, getReceivedRedstonePower, getReceivedStrongRedstonePower, getSaveHandler, getScoreboard, getSeed, getSkyAngle, getSkyAngleRadians, getSpawnPos, getStrongRedstonePower, getStructureRandom, getThunderGradient, getTimeOfDay, getTopPosition, getVillageState, getWorldBorder, hasDirectSunlight, hasEntityIn, hasEntityIn, hasHighHumidity, hasRain, initWeatherGradients, isAir, isBoxNotEmpty, isChunkLoaded, isChunkLoaded, isDay, isEmittingRedstonePower, isEmpty, isInsideWorld, isLoaded, isOpaque, isPlayerInRange, isRaining, isReceivingRedstonePower, isRegionLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isThundering, loadEntity, markDirty, method_3597, method_3605, method_3608, method_3610, method_3612, method_3616, method_3619, method_3631, method_3645, method_3649, method_3660, method_3700, method_3704, method_3705, method_3707, method_4689, method_4690, method_8485, method_8491, method_8506, method_8514, method_8521, method_8522, method_8531, method_8536, method_8537, method_8539, method_8543, method_8545, method_8550, method_8552, method_8557, method_8558, method_8559, method_8562, method_8565, method_8566, method_8567, method_8568, neighbourUpdate, onBlockUpdate, onLightUpdate, onRenderRegionUpdate, onRenderRegionUpdate, playMusicDisc, playSound, playSound, playSound, playSound, queueBlockEntity, rayTrace, rayTrace, rayTrace, readSaveLock, recievesSunlight, removeBlock, removeBlockEntity, removeEntity, removeListener, renderAsNormalBlock, scheduleTick, setAir, setAmbientDarkness, setBlockBreakingInfo, setBlockEntity, setBlockState, setItemData, setRainGradient, setSpawnPos, setThunderGradient, setTime, setTimeOfDay, spawnEntity, syncGlobalEvent, syncWorldEvent, unloadEntities, updateHorizontalAdjacent, updateLighting, updateNeighborsAlways, updateNeighborsExcept
-
Field Details
-
SEED
private static final long SEED- Mappings:
Namespace Name Mixin selector official ILqj;I:Jintermediary field_2777Lnet/minecraft/class_787;field_2777:Jnamed SEEDLnet/minecraft/world/DemoServerWorld;SEED:J
-
INFO
- Mappings:
Namespace Name Mixin selector official aLqj;a:Larb;intermediary field_2778Lnet/minecraft/class_787;field_2778:Lnet/minecraft/class_1156;named INFOLnet/minecraft/world/DemoServerWorld;INFO:Lnet/minecraft/world/level/LevelInfo;
-
-
Constructor Details
-
DemoServerWorld
public DemoServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) - Mappings:
Namespace Name Mixin selector official <init>Lqt;<init>(Lnet/minecraft/server/MinecraftServer;Lbqy;Lbqo;ILuw;)Vintermediary <init>Lnet/minecraft/class_795;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_101;Lnet/minecraft/class_100;ILnet/minecraft/class_839;)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
-