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 BlockState
getBlockState()
<T extends TileEntity>
TgetEntity()
ServerWorld
getLevel()
BlockPos
getPos()
double
x()
double
y()
double
z()
-
-
-
Method Detail
-
getPos
BlockPos getPos()
-
getBlockState
BlockState getBlockState()
-
getEntity
<T extends TileEntity> T getEntity()
-
getLevel
ServerWorld getLevel()
-
-