Package net.minecraft.dispenser
Interface IBlockSource
-
- All Superinterfaces:
IPosition
- All Known Implementing Classes:
ProxyBlockSource
public interface IBlockSource extends IPosition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockStategetBlockState()<T extends TileEntity>
TgetEntity()ServerWorldgetLevel()BlockPosgetPos()doublex()doubley()doublez()
-
-
-
Method Detail
-
getPos
BlockPos getPos()
-
getBlockState
BlockState getBlockState()
-
getEntity
<T extends TileEntity> T getEntity()
-
getLevel
ServerWorld getLevel()
-
-