Interface IBlockInfo


public interface IBlockInfo
  • Method Details

    • getBlockPos

      net.minecraft.util.math.BlockPos getBlockPos()
    • getBlock

      @Nullable net.minecraft.block.Block getBlock()
    • getBlockState

      @Nullable net.minecraft.block.state.IBlockState getBlockState()
    • getBiome

      @Nullable net.minecraft.world.biome.Biome getBiome()
    • getChunk

      @Nullable net.minecraft.world.chunk.Chunk getChunk()
    • getChunkPos

      @Nullable net.minecraft.util.math.ChunkPos getChunkPos()
    • getRegionX

      @Nullable Integer getRegionX()
    • getRegionZ

      @Nullable Integer getRegionZ()