Package net.minecraft.util.math
Interface BlockPointer
- All Superinterfaces:
Position,WorldPosition,WorldPositionPointer
- All Known Implementing Classes:
BlockPointerImpl
- Mappings:
Namespace Name official cjintermediary net/minecraft/class_1332named net/minecraft/util/math/BlockPointer
-
Method Summary
Methods inherited from interface net.minecraft.util.math.WorldPosition
getWorld
-
Method Details
-
getX
double getX() -
getY
double getY() -
getZ
double getZ() -
getBlockX
int getBlockX()- Mappings:
Namespace Name Mixin selector official dLcj;d()Iintermediary method_4268Lnet/minecraft/class_1332;method_4268()Inamed getBlockXLnet/minecraft/util/math/BlockPointer;getBlockX()I
-
getBlockY
int getBlockY()- Mappings:
Namespace Name Mixin selector official eLcj;e()Iintermediary method_4269Lnet/minecraft/class_1332;method_4269()Inamed getBlockYLnet/minecraft/util/math/BlockPointer;getBlockY()I
-
getBlockZ
int getBlockZ()- Mappings:
Namespace Name Mixin selector official fLcj;f()Iintermediary method_4270Lnet/minecraft/class_1332;method_4270()Inamed getBlockZLnet/minecraft/util/math/BlockPointer;getBlockZ()I
-
getBlockStateData
int getBlockStateData()- Mappings:
Namespace Name Mixin selector official hLcj;h()Iintermediary method_4271Lnet/minecraft/class_1332;method_4271()Inamed getBlockStateDataLnet/minecraft/util/math/BlockPointer;getBlockStateData()I
-
getBlockEntity
BlockEntity getBlockEntity()- Mappings:
Namespace Name Mixin selector official jLcj;j()Lanc;intermediary method_4272Lnet/minecraft/class_1332;method_4272()Lnet/minecraft/class_226;named getBlockEntityLnet/minecraft/util/math/BlockPointer;getBlockEntity()Lnet/minecraft/block/entity/BlockEntity;
-