Package net.minecraft.world
Interface ServerWorldAccess
- All Superinterfaces:
BiomeAccess.Storage,BlockRenderView,BlockView,CollisionView,EntityView,ModifiableTestableWorld,ModifiableWorld,TestableWorld,WorldAccess,WorldView
- All Known Implementing Classes:
ChunkRegion,ServerWorld
public interface ServerWorldAccess extends WorldAccess
-
Method Summary
Modifier and Type Method Description longgetSeed()Methods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getBrightness, getLightingProvider, getLightLevel, isSkyVisibleMethods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getBlockState, getFluidState, getHeight, getLuminance, getMaxLightLevel, method_29546, rayTrace, rayTraceBlockMethods inherited from interface net.minecraft.world.CollisionView
canPlace, doesNotCollide, doesNotCollide, doesNotCollide, doesNotCollide, getBlockCollisions, getCollisions, getWorldBorder, intersectsEntities, method_30030Methods inherited from interface net.minecraft.world.EntityView
getClosestEntity, getClosestEntity, getClosestEntityIncludingUngeneratedChunks, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getClosestPlayer, getEntities, getEntities, getEntities, getEntitiesIncludingUngeneratedChunks, getEntitiesIncludingUngeneratedChunks, getNonSpectatingEntities, getPlayerByUuid, getPlayers, getPlayers, getTargets, isPlayerInRangeMethods inherited from interface net.minecraft.world.ModifiableWorld
breakBlock, breakBlock, method_30093, removeBlock, setBlockState, setBlockState, spawnEntityMethods inherited from interface net.minecraft.world.WorldAccess
addParticle, getBlockTickScheduler, getChunkManager, getDifficulty, getDimensionHeight, getEntityCollisions, getFluidTickScheduler, getLevelProperties, getLocalDifficulty, getMoonPhase, getMoonSize, getRandom, getSkyAngle, getTopPosition, getWorld, intersectsEntities, isChunkLoaded, playSound, syncWorldEvent, syncWorldEvent, updateNeighborsMethods inherited from interface net.minecraft.world.WorldView
containsFluid, getAmbientDarkness, getBiome, getBiomeAccess, getBiomeForNoiseGen, getBrightness, getChunk, getChunk, getChunk, getChunk, getColor, getDimension, getExistingChunk, getGeneratorStoredBiome, getLightLevel, getLightLevel, getSeaLevel, getStrongRedstonePower, getTopY, isAir, isChunkLoaded, isClient, isRegionLoaded, isRegionLoaded, isSkyVisibleAllowingSea, isWater, method_29556
-
Method Details
-
getSeed
long getSeed()
-