Interface IBlockInfo


public interface IBlockInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.biome.Biome
     
    net.minecraft.world.level.block.Block
     
    net.minecraft.core.BlockPos
     
    net.minecraft.world.level.block.state.BlockState
     
    net.minecraft.world.level.chunk.LevelChunk
     
    net.minecraft.world.level.ChunkPos
     
     
     
  • Method Details

    • getBlockPos

      net.minecraft.core.BlockPos getBlockPos()
    • getBlock

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

      @Nullable net.minecraft.world.level.block.state.BlockState getBlockState()
    • getBiome

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

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

      @Nullable net.minecraft.world.level.ChunkPos getChunkPos()
    • getRegionX

      @Nullable Integer getRegionX()
    • getRegionZ

      @Nullable Integer getRegionZ()