Package net.minecraft.util.math
Interface BlockPointer
- All Superinterfaces:
Position,WorldPosition,WorldPositionPointer
- All Known Implementing Classes:
BlockPointerImpl
public interface BlockPointer extends WorldPositionPointer
-
Method Summary
Modifier and Type Method Description <T extends BlockEntity>
TgetBlockEntity()BlockPosgetBlockPos()BlockStategetBlockState()doublegetX()doublegetY()doublegetZ()
-
Method Details
-
getX
double getX() -
getY
double getY() -
getZ
double getZ() -
getBlockPos
BlockPos getBlockPos() -
getBlockState
BlockState getBlockState() -
getBlockEntity
-