Package net.minecraft.src
Class WorldServerMulti
- java.lang.Object
-
- net.minecraft.src.World
-
- net.minecraft.src.WorldServer
-
- net.minecraft.src.WorldServerMulti
-
- All Implemented Interfaces:
IBlockAccess
public class WorldServerMulti extends WorldServer
-
-
Field Summary
-
Fields inherited from class net.minecraft.src.WorldServer
chunkProviderServer, disableSpawnProtection, levelSaving
-
Fields inherited from class net.minecraft.src.World
activeChunkSet, autosavePeriod, chunkProvider, conservativeLightingUpdate, difficultySetting, DIST_HASH_MAGIC, editingBlocks, findingSpawnPoint, isNewWorld, isRemote, lastLightningBolt, lightningFlash, loadedEntityList, loadedTileEntityList, mapStorage, playerEntities, prevRainingStrength, prevThunderingStrength, rainingStrength, rand, saveHandler, scheduledUpdatesAreImmediate, skylightSubtracted, spawnHostileMobs, spawnPeacefulMobs, thunderingStrength, updateLCG, villageCollectionObj, weatherEffects, worldAccesses, worldInfo, worldProvider
-
-
Constructor Summary
Constructors Constructor Description WorldServerMulti(MinecraftServer minecraftServer, ISaveHandler iSaveHandler, java.lang.String string, int i, WorldSettings worldSettings, WorldServer worldServer)
-
Method Summary
-
Methods inherited from class net.minecraft.src.WorldServer
addWeatherEffect, canMineBlock, createChunkProvider, func_12017_b, func_30006_w, func_6158_a, generateSpawnPoint, getTileEntityList, newExplosion, obtainEntitySkin, playNoteAt, releaseEntitySkin, setEntityState, updateEntityWithOptionalForce, updateWeather
-
Methods inherited from class net.minecraft.src.World
addLoadedEntities, addTileEntity, addWorldAccess, advanceTime, blockExists, calculateInitialSkylight, calculateSkylightSubtracted, canBlockBePlacedAt, canBlockSeeTheSky, canLightningStrikeAt, canSnowAt, checkChunksExist, checkIfAABBIsClear, checkSessionLock, commandToggleDownfall, countEntities, createExplosion, doChunksNearChunkExist, drawClouds, dropOldChunks, fillReportDetails, findClosestStructure, findNearestEntityWithinAABB, func_35464_b, func_4085_a, func_48084_h, func_48452_a, func_48456_a, func_48457_a, func_48458_a, func_48461_r, func_48462_d, func_48464_p, func_6464_c, getBiomeGenForCoords, getBlockDensity, getBlockId, getBlockLightValue, getBlockLightValue_do, getBlockMaterial, getBlockMetadata, getBlockTileEntity, getBrightness, getCelestialAngle, getCelestialAngleRadians, getChunkFromBlockCoords, getChunkFromChunkCoords, getChunkProvider, getClosestPlayer, getClosestPlayerToEntity, getClosestVulnerablePlayer, getClosestVulnerablePlayerToEntity, getCollidingBoundingBoxes, getDebugLoadedEntities, getEntitiesWithinAABB, getEntitiesWithinAABBExcludingEntity, getEntityPathToXYZ, getEntrancePortalLocation, getFirstUncoveredBlock, getFogColor, getFullBlockLightValue, getHeight, getHeightValue, getLightBrightness, getLightBrightnessForSkyBlocks, getLoadedEntityList, getMoonPhase, getPathEntityToEntity, getPendingBlockUpdates, getPlayerEntityByName, getPrecipitationHeight, getProviderName, getRainStrength, getRandomMob, getSavedLightValue, getSaveHandler, getSeaLevel, getSeed, getSkyBlockTypeBrightness, getSkyColor, getSpawnPoint, getStarBrightness, getTopSolidOrLiquidBlock, getUniqueDataId, getWeightedThunderStrength, getWorldChunkManager, getWorldInfo, getWorldTime, handleMaterialAcceleration, isAABBEmpty, isAABBInMaterial, isAirBlock, isAllPlayersFullyAsleep, isAnyLiquid, isBlockGettingPowered, isBlockHighHumidity, isBlockHydrated, isBlockHydratedDirectly, isBlockHydratedIndirectly, isBlockIndirectlyGettingPowered, isBlockIndirectlyProvidingPowerTo, isBlockNormalCube, isBlockNormalCubeDefault, isBlockOpaqueCube, isBlockProvidingPowerTo, isBoundingBoxBurning, isDaytime, isDemoExpired, isMaterialInBB, isRaining, isThundering, joinEntityInSurroundings, loadItemData, markBlockAsNeedsUpdate, markBlockNeedsUpdate, markBlocksDirty, markBlocksDirtyVertical, markTileEntityForDespawn, notifyBlockChange, notifyBlocksOfNeighborChange, outputDemoReminder, playAuxSFX, playAuxSFXAtEntity, playRecord, playSoundAtEntity, playSoundEffect, quickSaveWorld, randomDisplayUpdates, rayTraceBlocks, rayTraceBlocks_do, rayTraceBlocks_do_do, removeBlockTileEntity, removePlayer, removeWorldAccess, saveWorld, saveWorldIndirectly, scheduleBlockUpdate, scheduleBlockUpdateFromLoad, sendQuittingDisconnectingPacket, setAllowedSpawnTypes, setBlock, setBlockAndMetadata, setBlockAndMetadataWithNotify, setBlockMetadata, setBlockMetadataWithNotify, setBlockTileEntity, setBlockWithNotify, setEntityDead, setItemData, setLightValue, setRainStrength, setRandomSeed, setSpawnLocation, setSpawnPoint, setWorldTime, spawnEntityInWorld, spawnParticle, spawnParticle, spawnPlayerWithLoadedChunks, tick, tickBlocksAndAmbiance, tickUpdates, unloadEntities, updateAllLightTypes, updateAllPlayersSleepingFlag, updateEntities, updateEntity, updateEntityList, updateLightByType, updateTileEntityChunkAndDoNothing, updatingLighting, wakeUpAllPlayers
-
-
-
-
Constructor Detail
-
WorldServerMulti
public WorldServerMulti(MinecraftServer minecraftServer, ISaveHandler iSaveHandler, java.lang.String string, int i, WorldSettings worldSettings, WorldServer worldServer)
-
-