Package net.minecraft.util.math
Interface BlockPointer
- All Superinterfaces:
Position,WorldPosition,WorldPositionPointer
- All Known Implementing Classes:
BlockPointerImpl
- Mappings:
Namespace Name official emintermediary net/minecraft/class_1332named net/minecraft/util/math/BlockPointer
-
Method Summary
Modifier and TypeMethodDescription<T extends BlockEntity>
TdoublegetX()doublegetY()doublegetZ()Methods inherited from interface net.minecraft.util.math.WorldPosition
getWorld
-
Method Details
-
getX
double getX() -
getY
double getY() -
getZ
double getZ() -
getBlockPos
BlockPos getBlockPos()- Mappings:
Namespace Name Mixin selector official dLem;d()Lel;intermediary method_4269Lnet/minecraft/class_1332;method_4269()Lnet/minecraft/class_2552;named getBlockPosLnet/minecraft/util/math/BlockPointer;getBlockPos()Lnet/minecraft/util/math/BlockPos;
-
getBlockState
BlockState getBlockState()- Mappings:
Namespace Name Mixin selector official eLem;e()Lblc;intermediary method_4271Lnet/minecraft/class_1332;method_4271()Lnet/minecraft/class_2232;named getBlockStateLnet/minecraft/util/math/BlockPointer;getBlockState()Lnet/minecraft/block/BlockState;
-
getBlockEntity
- Mappings:
Namespace Name Mixin selector official gLem;g()Lbji;intermediary method_4272Lnet/minecraft/class_1332;method_4272()Lnet/minecraft/class_226;named getBlockEntityLnet/minecraft/util/math/BlockPointer;getBlockEntity()Lnet/minecraft/block/entity/BlockEntity;
-