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:
AutoCloseable,class_3593,class_3600,class_3601,class_3602,ThreadExecutor,BlockView,IWorld,RenderBlockView
- Mappings:
Namespace Name official swintermediary net/minecraft/class_787named net/minecraft/world/DemoServerWorld
-
Field Summary
FieldsFields inherited from class net.minecraft.server.world.ServerWorld
field_11761, savingDisabledFields inherited from class net.minecraft.world.World
blockEntities, chunkProvider, dimension, entities, eventListeners, field_12436, field_17503, idToEntity, isClient, lcgBlockSeed, levelProperties, loadedEntities, playerEntities, profiler, rainGradient, rainGradientPrev, random, saveHandler, spawnAnimals, spawnMonsters, thunderGradient, thunderGradientPrev, tickingBlockEntities, unloadedEntities, unusedIncrement, villageState -
Constructor Summary
ConstructorsConstructorDescriptionDemoServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, DimensionType dimensionType, Profiler profiler) -
Method Summary
Methods inherited from class net.minecraft.server.world.ServerWorld
addBlockAction, addEntity, canPlayerModifyAt, checkChunk, close, execute, getBlockTickScheduler, getChunkCache, getEntity, getEntityTracker, getForcedSpawnPoint, getPlayerWorldManager, getPortalTeleporter, getScoreboard, getServer, isOnThread, isReady, method_10749, method_10753, method_10754, method_11491, method_12780, method_12783, method_13688, method_16313, method_16314, method_16320, method_16327, method_16328, method_16340, method_21256, method_21261, method_21262, method_21265, method_21266, method_21269, method_2132, method_2141, method_3586, method_3669, method_5323, method_8487, onEntityRemoved, onEntitySpawned, placeBonusChest, resetIdleTimeout, save, sendEntityStatus, setDefaultSpawnClient, setPropertiesInitialized, spawnEntity, tickBlocks, tickEntities, tickWeatherMethods inherited from class net.minecraft.world.World
addBlockEntities, addBlockEntity, addDetailsToCrashReport, addFireworkParticle, addListener, addToCrashReport, calculateAmbientDarkness, containsFireSource, containsMaterial, createExplosion, createExplosion, disconnect, extinguishFire, getAmbientDarkness, getBlockEntity, getBlockState, getChunk, getChunkProvider, getCloudColor, getDebugString, getEffectiveHeight, getEmittedRedstonePower, getEntitiesByClass, getEntitiesInBox, getEntityById, getFluidState, getFogColor, getGameRules, getHorizonHeight, getLastUpdateTime, getLevelProperties, getLocalDifficulty, getLuminance, getMaxBuildHeight, getPlayerByName, getPlayerByUuid, getRainGradient, getRandom, getReceivedRedstonePower, getReceivedStrongRedstonePower, getSaveHandler, getSeaLevel, getSeed, getSkyAngleRadians, getSpawnPos, getThunderGradient, getTimeOfDay, getVillageState, getWorldBorder, hasDirectSunlight, hasHighHumidity, hasRain, initWeatherGradients, isBoxNotEmpty, isChunkLoaded, isDay, isEmittingRedstonePower, isPlayerInRange, isRaining, isReceivingRedstonePower, isThundering, loadEntity, markDirty, method_11475, method_11479, method_11480, method_11481, method_11483, method_11484, method_11492, method_13692, method_16288, method_16316, method_16318, method_16319, method_16322, method_16323, method_16324, method_16325, method_16326, method_16329, method_16331, method_16332, method_16333, method_16334, method_16335, method_16338, method_16339, method_16342, method_16343, method_16347, method_16348, method_16360, method_16368, method_16369, method_16370, method_16372, method_16379, method_16390, method_16393, method_16399, method_16403, method_3597, method_3605, method_3612, method_3614, method_3615, method_3631, method_3645, method_3649, method_3700, method_3704, method_3705, method_3707, method_4689, method_4690, method_8509, method_8521, method_8539, method_8540, method_8545, method_8546, method_8568, method_8575, method_8576, method_8577, method_8578, method_8579, onLightUpdate, onRenderRegionUpdate, onRenderRegionUpdate, playSound, playSound, playSound, queueBlockEntity, rayTrace, readSaveLock, removeBlock, removeBlockEntity, removeEntity, removeListener, setAir, setAmbientDarkness, setBlockBreakingInfo, setBlockEntity, setBlockState, setBlockState, setRainGradient, setSeaLevel, setSpawnPos, setThunderGradient, setTime, setTimeOfDay, syncGlobalEvent, syncWorldEvent, unloadEntities, updateHorizontalAdjacent, updateNeighborsExceptMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.BlockView
getMaxLightLevelMethods inherited from interface net.minecraft.class_3593
getEntities, method_16289Methods inherited from interface net.minecraft.class_3601
method_16396, method_16397, method_16398Methods inherited from interface net.minecraft.world.IWorld
method_16344, method_16345, method_16346, method_16349, method_16351Methods inherited from interface net.minecraft.world.RenderBlockView
method_16356, method_16357, method_16358, method_16359, method_16361, method_16362, method_16364, method_16365, method_16366, method_16367, method_16371, method_16373, method_16374, method_16375, method_16378, method_16380, method_16381, method_16382, method_16383, method_16384, method_16385, method_16386, method_16387, method_16388, method_16389, method_16391, method_16392, method_16394
-
Field Details
-
SEED
private static final long SEED- Mappings:
Namespace Name Mixin selector official FLsw;F:Jintermediary field_2777Lnet/minecraft/class_787;field_2777:Jnamed SEEDLnet/minecraft/world/DemoServerWorld;SEED:J
-
INFO
- Mappings:
Namespace Name Mixin selector official aLsw;a:Layd;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 minecraftServer, SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, DimensionType dimensionType, Profiler profiler)
-