Package net.minecraft.util.math
Interface BlockPointer
- All Superinterfaces:
Position
- All Known Implementing Classes:
BlockPointerImpl
- Mappings:
Namespace Name official gq
intermediary net/minecraft/class_2342
named net/minecraft/util/math/BlockPointer
-
Method Details
-
getX
double getX()Returns the X coordinate. -
getY
double getY()Returns the Y coordinate. -
getZ
double getZ()Returns the Z coordinate. -
getPos
BlockPos getPos()- Mappings:
Namespace Name Mixin selector official d
Lgq;d()Lgp;
intermediary method_10122
Lnet/minecraft/class_2342;method_10122()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/util/math/BlockPointer;getPos()Lnet/minecraft/util/math/BlockPos;
-
getBlockState
BlockState getBlockState()- Mappings:
Namespace Name Mixin selector official e
Lgq;e()Lcyt;
intermediary method_10120
Lnet/minecraft/class_2342;method_10120()Lnet/minecraft/class_2680;
named getBlockState
Lnet/minecraft/util/math/BlockPointer;getBlockState()Lnet/minecraft/block/BlockState;
-
getBlockEntity
- Mappings:
Namespace Name Mixin selector official f
Lgq;f()Lcwl;
intermediary method_10121
Lnet/minecraft/class_2342;method_10121()Lnet/minecraft/class_2586;
named getBlockEntity
Lnet/minecraft/util/math/BlockPointer;getBlockEntity()Lnet/minecraft/block/entity/BlockEntity;
-
getWorld
ServerWorld getWorld()- Mappings:
Namespace Name Mixin selector official g
Lgq;g()Lahm;
intermediary method_10207
Lnet/minecraft/class_2342;method_10207()Lnet/minecraft/class_3218;
named getWorld
Lnet/minecraft/util/math/BlockPointer;getWorld()Lnet/minecraft/server/world/ServerWorld;
-