Package net.minecraft.util.math
Class BlockPointerImpl
java.lang.Object
net.minecraft.util.math.BlockPointerImpl
- All Implemented Interfaces:
- BlockPointer,- Position
- Mappings:
- Namespace - Name - official - gw- intermediary - net/minecraft/class_2345- named - net/minecraft/util/math/BlockPointerImpl
- 
Field Details- 
world- Mappings:
- Namespace - Name - Mixin selector - official - a- Lgw;a:Laif;- 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- Lgw;b:Lgu;- 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>- Lgw;<init>(Laif;Lgu;)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:
- getWorldin interface- BlockPointer
- Mappings:
- Namespace - Name - Mixin selector - official - g- Lgv;g()Laif;- 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;
 
- 
getXpublic double getX()Returns the X coordinate.- Specified by:
- getXin interface- BlockPointer
- Specified by:
- getXin interface- Position
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lho;a()D- intermediary - method_10216- Lnet/minecraft/class_2374;method_10216()D- named - getX- Lnet/minecraft/util/math/Position;getX()D
 
- 
getYpublic double getY()Returns the Y coordinate.- Specified by:
- getYin interface- BlockPointer
- Specified by:
- getYin interface- Position
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lho;b()D- intermediary - method_10214- Lnet/minecraft/class_2374;method_10214()D- named - getY- Lnet/minecraft/util/math/Position;getY()D
 
- 
getZpublic double getZ()Returns the Z coordinate.- Specified by:
- getZin interface- BlockPointer
- Specified by:
- getZin interface- Position
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lho;c()D- intermediary - method_10215- Lnet/minecraft/class_2374;method_10215()D- named - getZ- Lnet/minecraft/util/math/Position;getZ()D
 
- 
getPos- Specified by:
- getPosin interface- BlockPointer
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lgv;d()Lgu;- 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:
- getBlockStatein interface- BlockPointer
- Mappings:
- Namespace - Name - Mixin selector - official - e- Lgv;e()Ldcb;- 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:
- getBlockEntityin interface- BlockPointer
- Mappings:
- Namespace - Name - Mixin selector - official - f- Lgv;f()Lczn;- 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;
 
 
-