Package net.minecraft.world
Class RayTraceResult
java.lang.Object
net.minecraft.world.RayTraceResult
- Mappings:
Namespace Name official beiintermediary net/minecraft/class_2235named net/minecraft/world/RayTraceResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BlockEntityprivate booleanprivate final BlockPosprivate BlockStateprivate final World -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official aLbei;a:Laqu;intermediary field_9894Lnet/minecraft/class_2235;field_9894:Lnet/minecraft/class_1150;named worldLnet/minecraft/world/RayTraceResult;world:Lnet/minecraft/world/World;
-
pos
- Mappings:
Namespace Name Mixin selector official bLbei;b:Ldt;intermediary field_9895Lnet/minecraft/class_2235;field_9895:Lnet/minecraft/class_2552;named posLnet/minecraft/world/RayTraceResult;pos:Lnet/minecraft/util/math/BlockPos;
-
state
- Mappings:
Namespace Name Mixin selector official cLbei;c:Lbec;intermediary field_9897Lnet/minecraft/class_2235;field_9897:Lnet/minecraft/class_2232;named stateLnet/minecraft/world/RayTraceResult;state:Lnet/minecraft/block/BlockState;
-
blockEntity
- Mappings:
Namespace Name Mixin selector official dLbei;d:Lbcm;intermediary field_9898Lnet/minecraft/class_2235;field_9898:Lnet/minecraft/class_226;named blockEntityLnet/minecraft/world/RayTraceResult;blockEntity:Lnet/minecraft/block/entity/BlockEntity;
-
hasBlockEntity
private boolean hasBlockEntity- Mappings:
Namespace Name Mixin selector official eLbei;e:Zintermediary field_9899Lnet/minecraft/class_2235;field_9899:Znamed hasBlockEntityLnet/minecraft/world/RayTraceResult;hasBlockEntity:Z
-
-
Constructor Details
-
RayTraceResult
-
-
Method Details
-
getBlockState
- Mappings:
Namespace Name Mixin selector official aLbei;a()Lbec;intermediary method_9038Lnet/minecraft/class_2235;method_9038()Lnet/minecraft/class_2232;named getBlockStateLnet/minecraft/world/RayTraceResult;getBlockState()Lnet/minecraft/block/BlockState;
-
getBlockEntity
- Mappings:
Namespace Name Mixin selector official bLbei;b()Lbcm;intermediary method_9040Lnet/minecraft/class_2235;method_9040()Lnet/minecraft/class_226;named getBlockEntityLnet/minecraft/world/RayTraceResult;getBlockEntity()Lnet/minecraft/block/entity/BlockEntity;
-
getPos
- Mappings:
Namespace Name Mixin selector official dLbei;d()Ldt;intermediary method_9041Lnet/minecraft/class_2235;method_9041()Lnet/minecraft/class_2552;named getPosLnet/minecraft/world/RayTraceResult;getPos()Lnet/minecraft/util/math/BlockPos;
-
filterByState
- Mappings:
Namespace Name Mixin selector official aLbei;a(Lcom/google/common/base/Predicate;)Lcom/google/common/base/Predicate;intermediary method_9039Lnet/minecraft/class_2235;method_9039(Lcom/google/common/base/Predicate;)Lcom/google/common/base/Predicate;named filterByStateLnet/minecraft/world/RayTraceResult;filterByState(Lcom/google/common/base/Predicate;)Lcom/google/common/base/Predicate;
-