Package net.minecraft.world
Class RaycastContext
java.lang.Object
net.minecraft.world.RaycastContext
- Mappings:
Namespace Name named net/minecraft/world/RaycastContextintermediary net/minecraft/class_3959official dfr
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic interfacestatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Vec3dprivate final RaycastContext.FluidHandlingprivate final ShapeContextprivate final RaycastContext.ShapeTypeprivate final Vec3d -
Constructor Summary
ConstructorsConstructorDescriptionRaycastContext(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, ShapeContext shapeContext) RaycastContext(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, Entity entity) -
Method Summary
Modifier and TypeMethodDescriptiongetBlockShape(BlockState state, BlockView world, BlockPos pos) getEnd()getFluidShape(FluidState state, BlockView world, BlockPos pos) getStart()
-
Field Details
-
start
- Mappings:
Namespace Name Mixin selector named startLnet/minecraft/world/RaycastContext;start:Lnet/minecraft/util/math/Vec3d;intermediary field_17553Lnet/minecraft/class_3959;field_17553:Lnet/minecraft/class_243;official aLdfr;a:Lfbb;
-
end
- Mappings:
Namespace Name Mixin selector named endLnet/minecraft/world/RaycastContext;end:Lnet/minecraft/util/math/Vec3d;intermediary field_17554Lnet/minecraft/class_3959;field_17554:Lnet/minecraft/class_243;official bLdfr;b:Lfbb;
-
shapeType
- Mappings:
Namespace Name Mixin selector named shapeTypeLnet/minecraft/world/RaycastContext;shapeType:Lnet/minecraft/world/RaycastContext$ShapeType;intermediary field_17555Lnet/minecraft/class_3959;field_17555:Lnet/minecraft/class_3959$class_3960;official cLdfr;c:Ldfr$a;
-
fluid
- Mappings:
Namespace Name Mixin selector named fluidLnet/minecraft/world/RaycastContext;fluid:Lnet/minecraft/world/RaycastContext$FluidHandling;intermediary field_17556Lnet/minecraft/class_3959;field_17556:Lnet/minecraft/class_3959$class_242;official dLdfr;d:Ldfr$b;
-
shapeContext
- Mappings:
Namespace Name Mixin selector named shapeContextLnet/minecraft/world/RaycastContext;shapeContext:Lnet/minecraft/block/ShapeContext;intermediary field_17557Lnet/minecraft/class_3959;field_17557:Lnet/minecraft/class_3726;official eLdfr;e:Lfbg;
-
-
Constructor Details
-
RaycastContext
public RaycastContext(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, Entity entity) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/RaycastContext;<init>(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/world/RaycastContext$ShapeType;Lnet/minecraft/world/RaycastContext$FluidHandling;Lnet/minecraft/entity/Entity;)Vintermediary <init>Lnet/minecraft/class_3959;<init>(Lnet/minecraft/class_243;Lnet/minecraft/class_243;Lnet/minecraft/class_3959$class_3960;Lnet/minecraft/class_3959$class_242;Lnet/minecraft/class_1297;)Vofficial <init>Ldfr;<init>(Lfbb;Lfbb;Ldfr$a;Ldfr$b;Lbum;)V
-
RaycastContext
public RaycastContext(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, ShapeContext shapeContext) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/RaycastContext;<init>(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/world/RaycastContext$ShapeType;Lnet/minecraft/world/RaycastContext$FluidHandling;Lnet/minecraft/block/ShapeContext;)Vintermediary <init>Lnet/minecraft/class_3959;<init>(Lnet/minecraft/class_243;Lnet/minecraft/class_243;Lnet/minecraft/class_3959$class_3960;Lnet/minecraft/class_3959$class_242;Lnet/minecraft/class_3726;)Vofficial <init>Ldfr;<init>(Lfbb;Lfbb;Ldfr$a;Ldfr$b;Lfbg;)V
-
-
Method Details
-
getEnd
- Mappings:
Namespace Name Mixin selector named getEndLnet/minecraft/world/RaycastContext;getEnd()Lnet/minecraft/util/math/Vec3d;intermediary method_17747Lnet/minecraft/class_3959;method_17747()Lnet/minecraft/class_243;official aLdfr;a()Lfbb;
-
getStart
- Mappings:
Namespace Name Mixin selector named getStartLnet/minecraft/world/RaycastContext;getStart()Lnet/minecraft/util/math/Vec3d;intermediary method_17750Lnet/minecraft/class_3959;method_17750()Lnet/minecraft/class_243;official bLdfr;b()Lfbb;
-
getBlockShape
- Mappings:
Namespace Name Mixin selector named getBlockShapeLnet/minecraft/world/RaycastContext;getBlockShape(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/shape/VoxelShape;intermediary method_17748Lnet/minecraft/class_3959;method_17748(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Lnet/minecraft/class_265;official aLdfr;a(Ldwy;Ldfo;Lji;)Lfbv;
-
getFluidShape
- Mappings:
Namespace Name Mixin selector named getFluidShapeLnet/minecraft/world/RaycastContext;getFluidShape(Lnet/minecraft/fluid/FluidState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/shape/VoxelShape;intermediary method_17749Lnet/minecraft/class_3959;method_17749(Lnet/minecraft/class_3610;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Lnet/minecraft/class_265;official aLdfr;a(Leta;Ldfo;Lji;)Lfbv;
-