Package net.minecraft.util.math
Interface BlockPointer
- All Superinterfaces:
Position
- All Known Implementing Classes:
BlockPointerImpl
public interface BlockPointer extends Position
- Mappings:
Namespace Name official fy
intermediary net/minecraft/class_2342
named net/minecraft/util/math/BlockPointer
-
Method Summary
Modifier and Type Method Description <T extends BlockEntity>
TgetBlockEntity()
BlockPos
getBlockPos()
BlockState
getBlockState()
ServerWorld
getWorld()
double
getX()
double
getY()
double
getZ()
-
Method Details
-
getX
double getX() -
getY
double getY() -
getZ
double getZ() -
getBlockPos
BlockPos getBlockPos()- Mappings:
Namespace Name Mixin selector official d
Lfy;d()Lfx;
intermediary method_10122
Lnet/minecraft/class_2342;method_10122()Lnet/minecraft/class_2338;
named getBlockPos
Lnet/minecraft/util/math/BlockPointer;getBlockPos()Lnet/minecraft/util/math/BlockPos;
-
getBlockState
BlockState getBlockState()- Mappings:
Namespace Name Mixin selector official e
Lfy;e()Lcht;
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
Lfy;f()Lcfr;
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
Lfy;g()Laav;
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;
-