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:
BlockView
- Mappings:
Namespace Name official lzintermediary net/minecraft/class_787named net/minecraft/world/DemoServerWorld
-
Field Summary
FieldsFields inherited from class net.minecraft.server.world.ServerWorld
chunkCache, savingDisabledFields inherited from class net.minecraft.world.World
ambientDarkness, blockEntities, chunkProvider, dimension, entities, eventListeners, field_4523, field_4530, field_4553, field_7173, immediateUpdates, isClient, lcgBlockSeed, levelProperties, loadedEntities, persistentStateManager, playerEntities, profiler, rainGradient, rainGradientPrev, random, saveHandler, scoreboard, spawnAnimals, spawnMonsters, thunderGradient, thunderGradientPrev, unloadedEntities, unusedIncrement, villageState, zombieSiegeManager -
Constructor Summary
ConstructorsConstructorDescriptionDemoServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, String string, int int2, Profiler profiler) -
Method Summary
Methods inherited from class net.minecraft.server.world.ServerWorld
addEntity, checkChunk, close, createExplosion, getChunkCache, getEntities, getEntityById, getEntityTracker, getPlayerWorldManager, getPortalTeleporter, getServer, init, isReady, isTicking, method_2132, method_2134, method_2136, method_2141, method_2144, method_3599, method_3637, method_3644, method_3653, method_3654, method_3669, method_5323, method_8132, onEntityRemoved, onEntitySpawned, placeBonusChest, resetIdleTimeout, save, sendEntityStatus, setDefaultSpawnClient, setPropertiesInitialized, setTickPriority, tick, tickBlocks, tickEntities, tickWeatherMethods inherited from class net.minecraft.world.World
addBlockEntities, addDetailsToCrashReport, addFireworkParticle, addListener, addToCrashReport, calculateAmbientDarkness, canBuildOnTopOfBlock, containsBlockWithMaterial, containsFireSource, containsFluid, containsMaterial, createExplosion, disconnect, doesBoxCollide, getBiome, getBiomeSource, getBlock, getBlockData, getBlockEntity, getCalenderInstance, getChunk, getChunkFromPos, getChunkProvider, getClosestPlayer, getClosestPlayer, getCloudColor, getDebugString, getEffectiveHeight, getEntitiesByClass, getEntitiesIn, getEntitiesIn, getEntitiesInBox, getEntitiesInBox, getFogColor, getGameRules, getHorizonHeight, getLastUpdateTime, getLevelProperties, getLoadedEntities, getMaxBuildHeight, getMoonPhase, getMoonSize, getPlayerByName, getPowerAtFace, getRainGradient, getSaveHandler, getScoreboard, getSeed, getSkyAngle, getSkyAngleRadians, getStructureRandom, getThunderGradient, getTimeOfDay, getWorldSpawnPos, hasEntityIn, hasEntityIn, isAir, isBoxNotEmpty, isChunkLoaded, isDay, isEmpty, isPosLoaded, isRaining, isRegionAroundLoaded, isRegionLoaded, isThundering, loadEntity, method_22399, method_3578, method_3580, method_3582, method_3597, method_3602, method_3603, method_3604, method_3605, method_3608, method_3610, method_3612, method_3616, method_3619, method_3621, method_3622, method_3625, method_3631, method_3632, method_3635, method_3638, method_3639, method_3642, method_3645, method_3647, method_3649, method_3650, method_3655, method_3656, method_3660, method_3661, method_3662, method_3664, method_3667, method_3668, method_3675, method_3678, method_3696, method_3697, method_3698, method_3700, method_3703, method_3704, method_3705, method_3707, method_3708, method_3709, method_3716, method_3718, method_3719, method_3720, method_3724, method_3725, method_3730, method_3732, method_3736, method_3739, method_3778, method_3780, method_4689, method_4690, method_4691, method_4709, method_4710, method_4715, method_4718, method_4719, method_4723, method_4725, method_5502, method_5503, method_6406, method_6409, notifyOfNeighborChange, onBlockUpdatedAtFace, onRenderRegionUpdate, playSound, playSound, playSound, playSound, playSound, queueBlockEntity, rayTrace, rayTrace, rayTrace, readSaveLock, removeEntity, removeListener, setAir, setBlock, setItemData, setRainGradient, setThunderGradient, setTime, setTimeOfDay, spawnEntity, updateLighting, updateNeighbors
-
Field Details
-
SEED
private static final long SEED- Mappings:
Namespace Name Mixin selector official JLlz;J:Jintermediary field_2777Lnet/minecraft/class_787;field_2777:Jnamed SEEDLnet/minecraft/world/DemoServerWorld;SEED:J
-
INFO
- Mappings:
Namespace Name Mixin selector official aLlz;a:Lafu;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, String string, int int2, Profiler profiler)
-