public abstract class MixinWorldServerMulti
extends net.minecraft.world.WorldServer
disableLevelSaving, theChunkProviderServer, villageSiege
activeChunkSet, chunkProvider, DIST_HASH_MAGIC, entitiesById, findingSpawnPoint, isRemote, loadedEntityList, loadedTileEntityList, mapStorage, playerEntities, prevRainingStrength, prevThunderingStrength, provider, rainingStrength, rand, saveHandler, scheduledUpdatesAreImmediate, spawnHostileMobs, spawnPeacefulMobs, theProfiler, thunderingStrength, tickableTileEntities, tileEntitiesToBeRemoved, unloadedEntityList, updateLCG, villageCollectionObj, weatherEffects, worldAccesses, worldInfo, worldScoreboard
Constructor and Description |
---|
MixinWorldServerMulti(net.minecraft.server.MinecraftServer server,
net.minecraft.world.storage.ISaveHandler saveHandlerIn,
net.minecraft.world.storage.WorldInfo info,
int dimensionId,
net.minecraft.profiler.Profiler profilerIn) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.world.World |
init() |
protected void |
saveLevel() |
addBlockEvent, addScheduledTask, addWeatherEffect, areAllPlayersAsleep, createBonusChest, createChunkProvider, flush, func_147486_a, func_175712_a, func_175732_a, func_175736_a, func_180504_m, getDefaultTeleporter, getEntityFromUuid, getEntityTracker, getMinecraftServer, getPendingBlockUpdates, getPlayerManager, getRenderDistanceChunks, getSpawnListEntryForTypeAt, initialize, isBlockModifiable, isBlockTickPending, isCallingFromMinecraftThread, newExplosion, onEntityAdded, onEntityRemoved, resetUpdateEntityTick, saveAllChunks, saveChunkData, scheduleBlockUpdate, scheduleUpdate, setEntityState, spawnParticle, spawnParticle, tick, tickUpdates, updateAllPlayersSleepingFlag, updateBlocks, updateBlockTick, updateEntities, updateEntityWithOptionalForce, updateWeather, wakeAllPlayers
addTileEntities, addTileEntity, addWorldAccess, addWorldInfoToCrashReport, calculateInitialSkylight, calculateInitialWeather, calculateSkylightSubtracted, canBlockBePlaced, canBlockFreeze, canBlockFreezeNoWater, canBlockFreezeWater, canBlockSeeSky, canLightningStrike, canSeeSky, canSnowAt, checkBlockCollision, checkLight, checkLightFor, checkNoEntityCollision, checkNoEntityCollision, checkSessionLock, countEntities, createExplosion, destroyBlock, doesBlockHaveSolidTopSurface, extinguishFire, findNearestEntityWithinAABB, forceBlockUpdateTick, func_147461_a, func_175665_u, getActualHeight, getBiomeGenForCoords, getBlockDensity, getBlockState, getCelestialAngle, getCelestialAngleRadians, getChunkFromBlockCoords, getChunkFromChunkCoords, getChunkProvider, getChunksLowestHorizon, getClosestPlayer, getClosestPlayerToEntity, getCollidingBoundingBoxes, getCurrentDate, getCurrentMoonPhaseFactor, getDifficulty, getDifficultyForLocation, getEntities, getEntitiesInAABBexcluding, getEntitiesWithinAABB, getEntitiesWithinAABB, getEntitiesWithinAABBExcludingEntity, getEntityByID, getGameRules, getGroundAboveSeaLevel, getHeight, getHeight, getLight, getLight, getLightBrightness, getLightFor, getLightFromNeighbors, getMapStorage, getPlayerEntityByName, getPlayerEntityByUUID, getPlayers, getPrecipitationHeight, getRainStrength, getRedstonePower, getSaveHandler, getScoreboard, getSeed, getSkylightSubtracted, getSpawnPoint, getStrongholdPos, getStrongPower, getStrongPower, getThunderStrength, getTileEntity, getTopSolidOrLiquidBlock, getTotalWorldTime, getUniqueDataId, getVillageCollection, getWorldBorder, getWorldChunkManager, getWorldInfo, getWorldTime, getWorldType, handleMaterialAcceleration, isAABBInMaterial, isAirBlock, isAnyLiquid, isAnyPlayerWithinRangeAt, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isBlockIndirectlyGettingPowered, isBlockinHighHumidity, isBlockLoaded, isBlockLoaded, isBlockNormalCube, isBlockPowered, isChunkLoaded, isDaytime, isFindingSpawnPoint, isFlammableWithin, isInsideBorder, isMaterialInBB, isRaining, isSidePowered, isSpawnChunk, isThundering, loadEntities, loadItemData, markBlockForUpdate, markBlockRangeForRenderUpdate, markBlockRangeForRenderUpdate, markBlocksDirtyVertical, markChunkDirty, markTileEntityForRemoval, notifyBlockOfStateChange, notifyLightSet, notifyNeighborsOfStateChange, notifyNeighborsOfStateExcept, notifyNeighborsRespectDebug, playAuxSFX, playAuxSFXAtEntity, playBroadcastSound, playMoodSoundAndCheckLight, playRecord, playSound, playSoundAtEntity, playSoundEffect, playSoundToNearExcept, rayTraceBlocks, rayTraceBlocks, rayTraceBlocks, removeEntity, removePlayerEntityDangerously, removeTileEntity, sendBlockBreakProgress, setActivePlayerChunksAndCheckLight, setAllowedSpawnTypes, setBlockState, setBlockState, setBlockToAir, setItemData, setLastLightningBolt, setLightFor, setRandomSeed, setSkylightSubtracted, setSpawnPoint, setTileEntity, setWorldTime, spawnEntityInWorld, spawnParticle, unloadEntities, updateComparatorOutputLevel, updateEntity
public MixinWorldServerMulti(net.minecraft.server.MinecraftServer server, net.minecraft.world.storage.ISaveHandler saveHandlerIn, net.minecraft.world.storage.WorldInfo info, int dimensionId, net.minecraft.profiler.Profiler profilerIn)
protected void saveLevel() throws net.minecraft.world.MinecraftException
saveLevel
in class net.minecraft.world.WorldServer
net.minecraft.world.MinecraftException
public net.minecraft.world.World init()
init
in class net.minecraft.world.WorldServer