Package net.minecraft.util.math
Class BlockPointerImpl
java.lang.Object
net.minecraft.util.math.BlockPointerImpl
- All Implemented Interfaces:
BlockPointer
,Position
- Mappings:
Namespace Name official gr
intermediary net/minecraft/class_2345
named net/minecraft/util/math/BlockPointerImpl
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official a
Lgr;a:Lahm;
intermediary field_11011
Lnet/minecraft/class_2345;field_11011:Lnet/minecraft/class_3218;
named world
Lnet/minecraft/util/math/BlockPointerImpl;world:Lnet/minecraft/server/world/ServerWorld;
-
pos
- Mappings:
Namespace Name Mixin selector official b
Lgr;b:Lgp;
intermediary field_11012
Lnet/minecraft/class_2345;field_11012:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/util/math/BlockPointerImpl;pos:Lnet/minecraft/util/math/BlockPos;
-
-
Constructor Details
-
BlockPointerImpl
- Mappings:
Namespace Name Mixin selector official <init>
Lgr;<init>(Lahm;Lgp;)V
intermediary <init>
Lnet/minecraft/class_2345;<init>(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V
named <init>
Lnet/minecraft/util/math/BlockPointerImpl;<init>(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
getWorld
- Specified by:
getWorld
in interfaceBlockPointer
- 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;
-
getX
public double getX()Returns the X coordinate.- Specified by:
getX
in interfaceBlockPointer
- Specified by:
getX
in interfacePosition
- Mappings:
Namespace Name Mixin selector official a
Lhj;a()D
intermediary method_10216
Lnet/minecraft/class_2374;method_10216()D
named getX
Lnet/minecraft/util/math/Position;getX()D
-
getY
public double getY()Returns the Y coordinate.- Specified by:
getY
in interfaceBlockPointer
- Specified by:
getY
in interfacePosition
- Mappings:
Namespace Name Mixin selector official b
Lhj;b()D
intermediary method_10214
Lnet/minecraft/class_2374;method_10214()D
named getY
Lnet/minecraft/util/math/Position;getY()D
-
getZ
public double getZ()Returns the Z coordinate.- Specified by:
getZ
in interfaceBlockPointer
- Specified by:
getZ
in interfacePosition
- Mappings:
Namespace Name Mixin selector official c
Lhj;c()D
intermediary method_10215
Lnet/minecraft/class_2374;method_10215()D
named getZ
Lnet/minecraft/util/math/Position;getZ()D
-
getPos
- Specified by:
getPos
in interfaceBlockPointer
- 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
- Specified by:
getBlockState
in interfaceBlockPointer
- 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
- Specified by:
getBlockEntity
in interfaceBlockPointer
- 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;
-