public class ChunkPrimerWrapper extends ChunkPrimer
| コンストラクタと説明 |
|---|
ChunkPrimerWrapper(Chunk p_i49948_1_) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addEntity(Entity entityIn)
Adds an entity to the chunk.
|
void |
addStructureReference(java.lang.String strucutre,
long reference) |
void |
addTileEntity(BlockPos pos,
TileEntity tileEntityIn) |
void |
addTileEntity(CompoundNBT nbt) |
Chunk |
func_217336_u() |
void |
func_225548_a_(BiomeContainer p_225548_1_) |
BiomeContainer |
getBiomes() |
BlockState |
getBlockState(BlockPos pos) |
ChunkPrimerTickList<Block> |
getBlocksToBeTicked() |
java.util.BitSet |
getCarvingMask(GenerationStage.Carving type) |
CompoundNBT |
getDeferredTileEntity(BlockPos pos) |
IFluidState |
getFluidState(BlockPos pos) |
ChunkPrimerTickList<Fluid> |
getFluidsToBeTicked() |
java.util.stream.Stream<BlockPos> |
getLightSources() |
int |
getMaxLightLevel() |
ChunkPos |
getPos()
Gets a
ChunkPos representing the x and z coordinates of this chunk. |
ChunkSection[] |
getSections()
Returns the ExtendedBlockStorage array for this Chunk.
|
ChunkStatus |
getStatus() |
java.util.Map<java.lang.String,it.unimi.dsi.fastutil.longs.LongSet> |
getStructureReferences() |
it.unimi.dsi.fastutil.longs.LongSet |
getStructureReferences(java.lang.String structureIn) |
StructureStart |
getStructureStart(java.lang.String stucture) |
java.util.Map<java.lang.String,StructureStart> |
getStructureStarts() |
TileEntity |
getTileEntity(BlockPos pos) |
CompoundNBT |
getTileEntityNBT(BlockPos pos) |
int |
getTopBlockY(Heightmap.Type heightmapType,
int x,
int z) |
WorldLightManager |
getWorldLightManager() |
boolean |
hasLight() |
boolean |
isModified() |
void |
markBlockForPostprocessing(BlockPos pos) |
void |
putStructureStart(java.lang.String structureIn,
StructureStart structureStartIn) |
void |
removeTileEntity(BlockPos pos) |
BlockState |
setBlockState(BlockPos pos,
BlockState state,
boolean isMoving) |
void |
setHeightmap(Heightmap.Type type,
long[] data) |
void |
setLastSaveTime(long saveTime) |
void |
setLight(boolean lightCorrectIn) |
void |
setModified(boolean modified) |
void |
setStatus(ChunkStatus status) |
void |
setStructureReferences(java.util.Map<java.lang.String,it.unimi.dsi.fastutil.longs.LongSet> p_201606_1_) |
void |
setStructureStarts(java.util.Map<java.lang.String,StructureStart> structureStartsIn) |
addEntity, addLightPosition, addLightValue, func_201636_b, getDeferredTileEntities, getEntities, getHeightmap, getHeightmaps, getInhabitedTime, getPackedLightPositions, getPackedPositions, getSection, getTileEntities, getTileEntitiesPos, getUpgradeData, packToLocal, setCarvingMask, setInhabitedTime, setLightManager, unpackToWorldclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLastExtendedBlockStorage, getList, getTopFilledSegment, getWorldForge, isEmptyBetweenfunc_217300_a, getHeight, getLightValue, rayTraceBlocks, rayTraceBlockspublic ChunkPrimerWrapper(Chunk p_i49948_1_)
@Nullable public TileEntity getTileEntity(BlockPos pos)
getTileEntity インタフェース内 IBlockReadergetTileEntity クラス内 ChunkPrimer@Nullable public BlockState getBlockState(BlockPos pos)
getBlockState インタフェース内 IBlockReadergetBlockState クラス内 ChunkPrimerpublic IFluidState getFluidState(BlockPos pos)
getFluidState インタフェース内 IBlockReadergetFluidState クラス内 ChunkPrimerpublic int getMaxLightLevel()
@Nullable public BlockState setBlockState(BlockPos pos, BlockState state, boolean isMoving)
setBlockState インタフェース内 IChunksetBlockState クラス内 ChunkPrimerpublic void addTileEntity(BlockPos pos, TileEntity tileEntityIn)
addTileEntity インタフェース内 IChunkaddTileEntity クラス内 ChunkPrimerpublic void addEntity(Entity entityIn)
addEntity インタフェース内 IChunkaddEntity クラス内 ChunkPrimerpublic void setStatus(ChunkStatus status)
setStatus クラス内 ChunkPrimerpublic ChunkSection[] getSections()
getSections インタフェース内 IChunkgetSections クラス内 ChunkPrimer@Nullable public WorldLightManager getWorldLightManager()
getWorldLightManager クラス内 ChunkPrimerpublic void setHeightmap(Heightmap.Type type, long[] data)
setHeightmap インタフェース内 IChunksetHeightmap クラス内 ChunkPrimerpublic int getTopBlockY(Heightmap.Type heightmapType, int x, int z)
getTopBlockY インタフェース内 IChunkgetTopBlockY クラス内 ChunkPrimerpublic ChunkPos getPos()
ChunkPos representing the x and z coordinates of this chunk.getPos インタフェース内 IChunkgetPos クラス内 ChunkPrimerpublic void setLastSaveTime(long saveTime)
setLastSaveTime インタフェース内 IChunksetLastSaveTime クラス内 ChunkPrimer@Nullable public StructureStart getStructureStart(java.lang.String stucture)
getStructureStart インタフェース内 IStructureReadergetStructureStart クラス内 ChunkPrimerpublic void putStructureStart(java.lang.String structureIn,
StructureStart structureStartIn)
putStructureStart インタフェース内 IStructureReaderputStructureStart クラス内 ChunkPrimerpublic java.util.Map<java.lang.String,StructureStart> getStructureStarts()
getStructureStarts インタフェース内 IChunkgetStructureStarts クラス内 ChunkPrimerpublic void setStructureStarts(java.util.Map<java.lang.String,StructureStart> structureStartsIn)
setStructureStarts インタフェース内 IChunksetStructureStarts クラス内 ChunkPrimerpublic it.unimi.dsi.fastutil.longs.LongSet getStructureReferences(java.lang.String structureIn)
getStructureReferences インタフェース内 IStructureReadergetStructureReferences クラス内 ChunkPrimerpublic void addStructureReference(java.lang.String strucutre,
long reference)
addStructureReference インタフェース内 IStructureReaderaddStructureReference クラス内 ChunkPrimerpublic java.util.Map<java.lang.String,it.unimi.dsi.fastutil.longs.LongSet> getStructureReferences()
getStructureReferences インタフェース内 IStructureReadergetStructureReferences クラス内 ChunkPrimerpublic void setStructureReferences(java.util.Map<java.lang.String,it.unimi.dsi.fastutil.longs.LongSet> p_201606_1_)
setStructureReferences インタフェース内 IStructureReadersetStructureReferences クラス内 ChunkPrimerpublic BiomeContainer getBiomes()
getBiomes インタフェース内 IChunkgetBiomes クラス内 ChunkPrimerpublic void setModified(boolean modified)
setModified インタフェース内 IChunksetModified クラス内 ChunkPrimerpublic boolean isModified()
isModified インタフェース内 IChunkisModified クラス内 ChunkPrimerpublic ChunkStatus getStatus()
getStatus インタフェース内 IChunkgetStatus クラス内 ChunkPrimerpublic void removeTileEntity(BlockPos pos)
removeTileEntity インタフェース内 IChunkremoveTileEntity クラス内 ChunkPrimerpublic void markBlockForPostprocessing(BlockPos pos)
markBlockForPostprocessing インタフェース内 IChunkmarkBlockForPostprocessing クラス内 ChunkPrimerpublic void addTileEntity(CompoundNBT nbt)
addTileEntity インタフェース内 IChunkaddTileEntity クラス内 ChunkPrimer@Nullable public CompoundNBT getDeferredTileEntity(BlockPos pos)
getDeferredTileEntity インタフェース内 IChunkgetDeferredTileEntity クラス内 ChunkPrimer@Nullable public CompoundNBT getTileEntityNBT(BlockPos pos)
getTileEntityNBT インタフェース内 IChunkgetTileEntityNBT クラス内 ChunkPrimerpublic void func_225548_a_(BiomeContainer p_225548_1_)
func_225548_a_ クラス内 ChunkPrimerpublic java.util.stream.Stream<BlockPos> getLightSources()
getLightSources インタフェース内 IChunkgetLightSources クラス内 ChunkPrimerpublic ChunkPrimerTickList<Block> getBlocksToBeTicked()
getBlocksToBeTicked インタフェース内 IChunkgetBlocksToBeTicked クラス内 ChunkPrimerpublic ChunkPrimerTickList<Fluid> getFluidsToBeTicked()
getFluidsToBeTicked インタフェース内 IChunkgetFluidsToBeTicked クラス内 ChunkPrimerpublic java.util.BitSet getCarvingMask(GenerationStage.Carving type)
getCarvingMask インタフェース内 IChunkgetCarvingMask クラス内 ChunkPrimerpublic Chunk func_217336_u()
public boolean hasLight()
hasLight インタフェース内 IChunkhasLight クラス内 ChunkPrimerpublic void setLight(boolean lightCorrectIn)
setLight インタフェース内 IChunksetLight クラス内 ChunkPrimer