Interface IBlockTypeAccess

All Known Subinterfaces:
ICachedRegion

public interface IBlockTypeAccess
Since:
8/4/2018
Author:
Brady
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.block.state.BlockState
    getBlock(int x, int y, int z)
     
    default net.minecraft.world.level.block.state.BlockState
    getBlock(net.minecraft.core.BlockPos pos)
     
  • Method Details

    • getBlock

      net.minecraft.world.level.block.state.BlockState getBlock(int x, int y, int z)
    • getBlock

      default net.minecraft.world.level.block.state.BlockState getBlock(net.minecraft.core.BlockPos pos)