public class FakeWorld
extends net.minecraft.world.World
Modifier and Type | Field and Description |
---|---|
static net.minecraft.util.math.BlockPos |
BLUEPRINT_OFFSET |
advancementManager, captureBlockSnapshots, capturedBlockSnapshots, chunkProvider, DIST_HASH_MAGIC, entitiesById, eventListeners, findingSpawnPoint, functionManager, isRemote, loadedEntityList, loadedTileEntityList, lootTable, mapStorage, MAX_ENTITY_RADIUS, pathListener, perWorldStorage, playerEntities, prevRainingStrength, prevThunderingStrength, profiler, provider, rainingStrength, rand, restoringBlockSnapshots, saveHandler, scheduledUpdatesAreImmediate, spawnHostileMobs, spawnPeacefulMobs, thunderingStrength, tickableTileEntities, unloadedEntityList, updateLCG, villageCollection, weatherEffects, worldInfo, worldScoreboard
Constructor and Description |
---|
FakeWorld() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
protected net.minecraft.world.chunk.IChunkProvider |
createChunkProvider() |
net.minecraft.world.biome.Biome |
getBiome(net.minecraft.util.math.BlockPos pos) |
net.minecraft.world.biome.Biome |
getBiomeForCoordsBody(net.minecraft.util.math.BlockPos pos) |
net.minecraft.world.biome.BiomeProvider |
getBiomeProvider() |
net.minecraft.util.math.BlockPos |
getSpawnPoint() |
protected boolean |
isChunkLoaded(int x,
int z,
boolean allowEmpty) |
void |
uploadSnapshot(Snapshot snapshot) |
addBlockEvent, addEventListener, addTileEntities, addTileEntity, addWeatherEffect, addWorldInfoToCrashReport, calculateInitialSkylight, calculateInitialWeather, calculateInitialWeatherBody, calculateSkylightSubtracted, canBlockFreeze, canBlockFreezeBody, canBlockFreezeNoWater, canBlockFreezeWater, canBlockSeeSky, canMineBlockBody, canSeeSky, canSnowAt, canSnowAtBody, checkBlockCollision, checkLight, checkLightFor, checkNoEntityCollision, checkNoEntityCollision, checkSessionLock, collidesWithAnyBlock, containsAnyLiquid, countEntities, countEntities, createExplosion, destroyBlock, extinguishFire, findNearestEntityWithinAABB, findNearestStructure, getActualHeight, getBlockDensity, getBlockLightOpacity, getBlockState, getCapability, getCelestialAngle, getCelestialAngleRadians, getChunkFromBlockCoords, getChunkFromChunkCoords, getChunkProvider, getChunksLowestHorizon, getClosestPlayer, getClosestPlayer, getClosestPlayerToEntity, getCloudColorBody, getCloudColour, getCollisionBoxes, getCombinedLight, getCurrentDate, getCurrentMoonPhaseFactor, getCurrentMoonPhaseFactorBody, getDebugLoadedEntities, getDifficulty, getDifficultyForLocation, getEntities, getEntitiesInAABBexcluding, getEntitiesWithinAABB, getEntitiesWithinAABB, getEntitiesWithinAABBExcludingEntity, getEntityByID, getFogColor, getGameRules, getGroundAboveSeaLevel, getHeight, getHeight, getHeight, getHorizon, getLastLightningBolt, getLight, getLight, getLightBrightness, getLightFor, getLightFromNeighbors, getLightFromNeighborsFor, getLoadedEntityList, getLootTableManager, getMapStorage, getMinecraftServer, getMoonPhase, getNearestAttackablePlayer, getNearestAttackablePlayer, getNearestAttackablePlayer, getNearestPlayerNotCreative, getPendingBlockUpdates, getPendingBlockUpdates, getPersistentChunkIterable, getPersistentChunks, getPerWorldStorage, getPlayerEntityByName, getPlayerEntityByUUID, getPlayers, getPrecipitationHeight, getProviderName, getRainStrength, getRedstonePower, getSaveHandler, getScoreboard, getSeaLevel, getSeed, getSkyColor, getSkyColorBody, getSkylightSubtracted, getStarBrightness, getStarBrightnessBody, getStrongPower, getStrongPower, getSunBrightness, getSunBrightnessBody, getSunBrightnessFactor, getThunderStrength, getTileEntity, getTopSolidOrLiquidBlock, getTotalWorldTime, getUniqueDataId, getVillageCollection, getWorldBorder, getWorldInfo, getWorldTime, getWorldType, handleMaterialAcceleration, hasCapability, immediateBlockTick, init, initCapabilities, initialize, isAirBlock, isAnyPlayerWithinRangeAt, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isAreaLoaded, isBlockFullCube, isBlockIndirectlyGettingPowered, isBlockinHighHumidity, isBlockLoaded, isBlockLoaded, isBlockModifiable, isBlockNormalCube, isBlockPowered, isBlockTickPending, isChunkGeneratedAt, isDaytime, isFlammableWithin, isInsideWorldBorder, isMaterialInBB, isOutsideBuildHeight, isRaining, isRainingAt, isSidePowered, isSideSolid, isSideSolid, isSpawnChunk, isThundering, isUpdateScheduled, isValid, joinEntityInSurroundings, loadData, loadEntities, makeFireworks, markAndNotifyBlock, markBlockRangeForRenderUpdate, markBlockRangeForRenderUpdate, markBlocksDirtyVertical, markChunkDirty, markTileEntitiesInChunkForRemoval, markTileEntityForRemoval, mayPlace, neighborChanged, newExplosion, notifyBlockUpdate, notifyLightSet, notifyNeighborsOfStateChange, notifyNeighborsOfStateExcept, notifyNeighborsRespectDebug, observedNeighborChanged, onEntityAdded, onEntityRemoved, playBroadcastSound, playEvent, playEvent, playMoodSoundAndCheckLight, playRecord, playSound, playSound, playSound, rayTraceBlocks, rayTraceBlocks, rayTraceBlocks, removeEntity, removeEntityDangerously, removeEventListener, removeTileEntity, scheduleBlockUpdate, scheduleUpdate, sendBlockBreakProgress, sendPacketToServer, sendQuittingDisconnectingPacket, setAllowedSpawnTypes, setBlockState, setBlockState, setBlockToAir, setData, setEntityState, setInitialSpawnLocation, setLastLightningBolt, setLightFor, setRainStrength, setRandomSeed, setSeaLevel, setSkylightSubtracted, setSpawnPoint, setThunderStrength, setTileEntity, setTotalWorldTime, setWorldTime, spawnAlwaysVisibleParticle, spawnEntity, spawnParticle, spawnParticle, tick, tickPlayers, tickUpdates, unloadEntities, updateAllPlayersSleepingFlag, updateBlocks, updateBlockTick, updateComparatorOutputLevel, updateEntities, updateEntity, updateEntityWithOptionalForce, updateObservingBlocksAt, updateWeather, updateWeatherBody
public void clear()
public void uploadSnapshot(Snapshot snapshot)
public net.minecraft.util.math.BlockPos getSpawnPoint()
getSpawnPoint
in class net.minecraft.world.World
protected net.minecraft.world.chunk.IChunkProvider createChunkProvider()
createChunkProvider
in class net.minecraft.world.World
protected boolean isChunkLoaded(int x, int z, boolean allowEmpty)
isChunkLoaded
in class net.minecraft.world.World
public net.minecraft.world.biome.Biome getBiome(net.minecraft.util.math.BlockPos pos)
getBiome
in interface net.minecraft.world.IBlockAccess
getBiome
in class net.minecraft.world.World
public net.minecraft.world.biome.Biome getBiomeForCoordsBody(net.minecraft.util.math.BlockPos pos)
getBiomeForCoordsBody
in class net.minecraft.world.World
public net.minecraft.world.biome.BiomeProvider getBiomeProvider()
getBiomeProvider
in class net.minecraft.world.World