Interface IBlockInfo


public interface IBlockInfo
  • Method Details

    • getBlockPos

      BlockPos getBlockPos()
    • getBlock

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

      int getBlockMeta()
      The block's metadata value. 1.7.10 has no block-state concept; combine this with getBlock() to fully describe the block (Block, meta) pair.
      Returns:
      the metadata value (0-15)
    • getBiome

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

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

      @Nullable net.minecraft.world.ChunkCoordIntPair getChunkPos()
    • getRegionX

      @Nullable Integer getRegionX()
    • getRegionZ

      @Nullable Integer getRegionZ()