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