Package net.minecraft.server.world
Class ReadOnlyServerWorld
java.lang.Object
net.minecraft.world.World
net.minecraft.world.ServerWorld
net.minecraft.server.world.ReadOnlyServerWorld
- All Implemented Interfaces:
BlockView
- Mappings:
Namespace Name intermediary net/minecraft/class_120glue class_162server egclient net/minecraft/class_120named net/minecraft/server/world/ReadOnlyServerWorld
-
Field Summary
Fields inherited from class net.minecraft.world.ServerWorld
bypassSpawnProtection, chunkCache, savingDisabledFields inherited from class net.minecraft.world.World
ambientDarkness, blockEntities, chunkSource, difficulty, dimension, entities, eventListeners, eventProcessingEnabled, globalEntities, instantBlockUpdateEnabled, isRemote, lcgBlockSeed, lcgBlockSeedIncrement, lightningTicksLeft, newWorld, pauseTicking, persistentStateManager, players, properties, rainGradient, rainGradientPrev, random, saveInterval, storage, thunderGradient, thunderGradientPrev, ticksSinceLightning -
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyServerWorld(MinecraftServer server, WorldStorage storage, String saveName, int dimension, long seed, ServerWorld delegate) -
Method Summary
Methods inherited from class net.minecraft.world.ServerWorld
broadcastEntityEvent, canInteract, createChunkCache, createExplosion, forceSave, getBlockEntities, getEntity, notifyEntityAdded, notifyEntityRemoved, playNoteBlockActionAt, spawnGlobalEntity, tickVehicle, 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, checkSessionLock, collectEntitiesByClass, countEntities, createExplosion, disconnect, displayTick, doLightingUpdates, extinguishFire, findPath, findPath, getAmbientDarkness, getBlockEntity, getBlockId, getBlockMeta, getBrightness, getBrightness, getChunk, getChunkData, getChunkFromPos, getChunkSource, getClosestPlayer, getClosestPlayer, getCloudColor, getDebugInfo, 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, getWorldStorage, handleChunkDataUpdate, hasSkyLight, initializeSpawnPoint, isAir, isAnyBlockInBox, isBoxSubmergedInFluid, isEmittingRedstonePower, isEmittingRedstonePowerInDirection, isFireOrLavaInBox, isFluidInBox, isMaterialInBox, isPosLoaded, isRaining, isRaining, isRegionLoaded, isRegionLoaded, isThundering, isTopY, loadChunksNearEntity, manageChunkUpdatesAndEvents, method_1781, method_1782, method_1783, notifyNeighbors, playSound, playSound, playStreaming, processBlockUpdates, processScheduledTicks, queueLightUpdate, queueLightUpdate, raycast, raycast, raycast, remove, removeBlockEntity, removeEventListener, 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
-
ReadOnlyServerWorld
public ReadOnlyServerWorld(MinecraftServer server, WorldStorage storage, String saveName, int dimension, long seed, ServerWorld delegate) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_120;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_52;Ljava/lang/String;IJLnet/minecraft/class_73;)Vglue <init>Lclass_162;<init>(Lnet/minecraft/server/MinecraftServer;Lclass_561;Ljava/lang/String;IJLclass_137;)Vserver <init>Leg;<init>(Lnet/minecraft/server/MinecraftServer;Lom;Ljava/lang/String;IJLdp;)Vclient <init>Lnet/minecraft/class_120;<init>(Lnet/minecraft/server/MinecraftServer;Lwt;Ljava/lang/String;IJLnet/minecraft/class_73;)Vnamed <init>Lnet/minecraft/server/world/ReadOnlyServerWorld;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/storage/WorldStorage;Ljava/lang/String;IJLnet/minecraft/world/ServerWorld;)V
-