Package net.minecraft
Class class_120
java.lang.Object
net.minecraft.world.World
net.minecraft.world.ServerWorld
net.minecraft.class_120
- All Implemented Interfaces:
BlockView
- Mappings:
Namespace Name intermediary net/minecraft/class_120glue class_162server egclient net/minecraft/class_120named net/minecraft/class_120
-
Field Summary
Fields inherited from class net.minecraft.world.ServerWorld
field_273, field_274, field_275Fields inherited from class net.minecraft.world.World
ambientDarkness, blockEntities, chunkManager, difficulty, dimension, dimensionData, entities, eventListeners, eventProcessingEnabled, globalEntities, instantBlockUpdateEnabled, isRemote, lcgBlockSeed, lcgBlockSeedIncrement, lightningTicksLeft, newWorld, pauseTicking, persistentStateManager, players, properties, rainGradient, rainGradientPrev, random, saveInterval, thunderGradient, thunderGradientPrev, ticksSinceLightning -
Constructor Summary
ConstructorsConstructorDescriptionclass_120(MinecraftServer minecraftServer, DimensionData dimensionData, String string, int int2, long long2, ServerWorld serverWorld) -
Method Summary
Methods inherited from class net.minecraft.world.ServerWorld
broadcastEntityEvent, canInteract, createChunkManager, createExplosion, loadEntitySkin, method_328, method_329, method_330, method_331, playNoteBlockActionAt, spawnGlobalEntity, unloadEntitySkin, updateEntity, updateWeatherCyclesMethods inherited from class net.minecraft.world.World
addEntities, addEventListener, addParticle, addPlayer, afterSkipNight, allowSpawning, attemptSaving, blockUpdate, blockUpdateEvent, calculateSkyLightIntensity, canMonsterSpawn, canPlace, canSkipNight, canSpawnEntity, canTransferPower, canTransferPowerInDirection, collectEntitiesByClass, countEntities, createExplosion, disconnect, displayTick, doLightingUpdates, extinguishFire, getAmbientDarkness, getBiomeSource, getBlockEntity, getBlockId, getBlockMeta, getBrightness, getBrightness, getChunk, getChunkData, getChunkFromPos, getChunkManager, getClosestPlayer, getClosestPlayer, getCloudColor, getDebugInfo, getDimensionData, getEntities, getEntities, getEntityCollisions, getEntityCount, getFogColor, getIdCount, getLightLevel, getLightLevel, getMaterial, getNaturalBrightness, getOrCreateState, getPlayer, getPlayerForProxy, getProperties, getRainGradient, getSeed, getSkyColor, getSpawnBlockId, getSpawnPos, getSpawnPositionValidityY, getThunderGradient, getTime, getTime, getTopSolidBlockY, getTopY, getVisibilityRatio, handleChunkDataUpdate, hasSkyLight, initializeSpawnPoint, isAir, isAnyBlockInBox, isBoxSubmergedInFluid, isEmittingRedstonePower, isEmittingRedstonePowerInDirection, isFireOrLavaInBox, isFluidInBox, isMaterialInBox, isPosLoaded, isRaining, isRaining, isRegionLoaded, isRegionLoaded, isThundering, isTopY, loadChunksNearEntity, manageChunkUpdatesAndEvents, method_1782, method_1783, method_189, method_192, notifyNeighbors, playSound, playSound, playStreaming, processBlockUpdates, processScheduledTicks, queueLightUpdate, queueLightUpdate, raycast, raycast, raycast, remove, removeBlockEntity, removeEventListener, saveDimensionData, saveWithLoadingDisplay, saveWorldData, savingProgress, scheduleBlockUpdate, serverRemove, setBlock, setBlock, setBlockDirty, setBlockEntity, setBlockMeta, setBlockMetaWithoutNotifyingNeighbors, setBlocksDirty, setBlocksDirty, setBlockWithoutNotifyingNeighbors, setBlockWithoutNotifyingNeighbors, setLight, setRainGradient, setSpawnPos, setState, setTime, shouldSuffocate, spawnEntity, synchronizeTimeAndUpdates, tick, tickChunks, tickEntities, unloadEntities, updateBlockEntity, updateEntity, updateEntityLists, updateLight, updateMovementInFluid, updateSkyBrightness, updateSleepingPlayers, updateSpawnPosition, worldEvent, worldEvent
-
Constructor Details
-
class_120
public class_120(MinecraftServer minecraftServer, DimensionData dimensionData, String string, int int2, long long2, ServerWorld serverWorld)
-