public class WorldServerDemo extends WorldServer
Modifier and Type | Field and Description |
---|---|
static WorldSettings |
DEMO_WORLD_SETTINGS |
customTeleporters, disableLevelSaving, doneChunks, villageSiege
captureBlockSnapshots, capturedBlockSnapshots, chunkProvider, dimension, DIST_HASH_MAGIC, entitiesById, eventListeners, isRemote, loadedEntityList, loadedTileEntityList, pathListener, playerEntities, prevRainingStrength, prevThunderingStrength, profiler, rainingStrength, rand, restoringBlockSnapshots, saveHandler, spawnHostileMobs, spawnPeacefulMobs, thunderingStrength, tickableTileEntities, unloadedEntityList, updateLCG, villageCollection, weatherEffects, worldInfo
Constructor and Description |
---|
WorldServerDemo(MinecraftServer p_i49821_1_,
ISaveHandler p_i49821_2_,
WorldSavedDataStorage p_i49821_3_,
WorldInfo p_i49821_4_,
DimensionType p_i49821_5_,
Profiler p_i49821_6_) |
addBlockEvent, addScheduledTask, addWeatherEffect, adjustPosToNearbyEntity, areAllPlayersAsleep, canCreatureTypeSpawnHere, canMineBlockBody, close, createBonusChest, createChunkProvider, createExplosion, findNearestStructure, flushToDisk, func_212251_i__, func_212420_a, getChunkProvider, getChunkSaveLocation, getDefaultTeleporter, getEntityFromUuid, getEntityTracker, getPendingBlockTicks, getPendingFluidTicks, getPlayerChunkMap, getRecipeManager, getScoreboard, getServer, getSpawnCoordinate, getSpawnListEntryForTypeAt, getStructureTemplateManager, getTags, initialize, isBlockModifiable, isCallingFromMinecraftThread, isChunkLoaded, isChunkLoaded, isInsideTick, onEntityAdded, onEntityRemoved, playerCheckLight, resetUpdateEntityTick, saveAllChunks, saveLevel, setEntityState, setInitialSpawnLocation, spawnEntity, spawnParticle, spawnParticle, tick, tickBlocks, tickEntities, tickEntity, tickPending, tickPlayers, tickWeather, updateAllPlayersSleepingFlag, wakeAllPlayers
addEventListener, addOptionalParticle, addParticle, addTileEntities, addTileEntity, calculateInitialSkylight, calculateInitialWeather, calculateInitialWeatherBody, calculateSkylightSubtracted, canSeeSky, checkBlockCollision, checkLight, checkLightFor, checkNoEntityCollision, checkSessionLock, countEntities, countEntities, createExplosion, destroyBlock, extinguishFire, fillCrashReport, findBlockstateInArea, findNearestEntityWithinAABB, func_212392_a, func_212412_ag, func_212414_b, func_212416_f, func_212417_b, func_212419_R, func_212817_a, getActualHeight, getBiome, getBiomeBody, getBlockDensity, getBlockState, getCelestialAngleRadians, getChunk, getChunk, getChunksLowestHorizon, getClosestPlayer, getCloudColorBody, getCloudColour, getCombinedLight, getDayTime, getDebugLoadedEntities, getDifficultyForLocation, getDimension, getEntities, getEntitiesInAABBexcluding, getEntitiesWithinAABB, getEntitiesWithinAABB, getEntityByID, getFluidState, getFogColor, getGameRules, getGameTime, getGroundAboveSeaLevel, getHeight, getHeight, getHorizon, getLastLightningBolt, getLightFor, getLightFromNeighborsFor, getLightSubtracted, getMapStorage, getMaxEntityRadius, getNearestAttackablePlayer, getNearestAttackablePlayer, getNearestAttackablePlayer, getPlayerEntityByName, getPlayerEntityByUUID, getPlayers, getProviderName, getRainStrength, getRandom, getRedstonePower, getRedstonePowerFromNeighbors, getSaveHandler, getSeaLevel, getSeed, getSkyColor, getSkyColorBody, getSkylightSubtracted, getSpawnPoint, getStarBrightness, getStrongPower, getStrongPower, getSunBrightness, getSunBrightnessBody, getSunBrightnessFactor, getThunderStrength, getTileEntity, getVillageCollection, getWorld, getWorldBorder, getWorldInfo, getWorldType, increaseMaxEntityRadius, initCapabilities, isAirBlock, isAnyPlayerWithinRangeAt, isBlockFullCube, isBlockinHighHumidity, isBlockPowered, isBlockPresent, isDaytime, isFlammableWithin, isMaterialInBB, isOutsideBuildHeight, isRaining, isRainingAt, isRemote, isSidePowered, isSpawnChunk, isThundering, isTopSolid, isValid, joinEntityInSurroundings, makeFireworks, markAndNotifyBlock, markBlockRangeForRenderUpdate, markBlockRangeForRenderUpdate, markBlocksDirtyVertical, markChunkDirty, markTileEntityForRemoval, neighborChanged, newExplosion, notifyBlockUpdate, notifyLightSet, notifyNeighbors, notifyNeighborsOfStateChange, notifyNeighborsOfStateExcept, playBroadcastSound, playEvent, playEvent, playMoodSoundAndCheckLight, playRecord, playSound, playSound, playSound, rayTraceBlocks, rayTraceBlocks, rayTraceBlocks, removeBlock, removeEntity, removeEntity, removeEntityDangerously, removeEntityDangerously, removeEventListener, removeTileEntity, sendBlockBreakProgress, sendPacketToServer, sendQuittingDisconnectingPacket, setAllowedSpawnTypes, setBlockState, setBlockState, setDayTime, setLastLightningBolt, setLightFor, setRainStrength, setSeaLevel, setSkylightSubtracted, setSpawnPoint, setThunderStrength, setTileEntity, setTotalWorldTime, spawnParticle, tickEntity, unloadEntities, updateComparatorOutputLevel, updateWeatherBody
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCaps
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWorldServer
getMaxEntityRadius, increaseMaxEntityRadius
getCapability, getCapability
getCollisionBoxes, getEntitiesWithinAABBExcludingEntity
getCelestialAngle, getChunkDefault, getCurrentMoonPhaseFactor, getDifficulty, getMoonPhase
func_212409_a, func_212410_a, func_212411_a
canBlockSeeSky, checkNoEntityCollision, checkNoEntityCollision, containsAnyLiquid, func_212388_b, func_212389_a, func_212391_a, getBrightness, getClosestPlayer, getClosestPlayerToEntity, getCollisionBoxes, getHeight, getLight, getNearestPlayerNotCreative, getNeighborAwareLightSubtracted, hasWater, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isBlockLoaded, isBlockLoaded, isCollisionBoxesEmpty, isCollisionBoxesEmpty, isInsideWorldBorder
getMaxLightLevel
public static final WorldSettings DEMO_WORLD_SETTINGS
public WorldServerDemo(MinecraftServer p_i49821_1_, ISaveHandler p_i49821_2_, WorldSavedDataStorage p_i49821_3_, WorldInfo p_i49821_4_, DimensionType p_i49821_5_, Profiler p_i49821_6_)