Package net.minecraft.world
Class BlockStateRaycastContext
java.lang.Object
net.minecraft.world.BlockStateRaycastContext
- Mappings:
Namespace Name official cpd
intermediary net/minecraft/class_5702
named net/minecraft/world/BlockStateRaycastContext
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Vec3d
private final Vec3d
private final Predicate<BlockState>
-
Constructor Summary
ConstructorDescriptionBlockStateRaycastContext
(Vec3d start, Vec3d end, Predicate<BlockState> statePredicate) -
Method Summary
-
Field Details
-
start
- Mappings:
Namespace Name Mixin selector official a
Lcpd;a:Lehn;
intermediary field_28102
Lnet/minecraft/class_5702;field_28102:Lnet/minecraft/class_243;
named start
Lnet/minecraft/world/BlockStateRaycastContext;start:Lnet/minecraft/util/math/Vec3d;
-
end
- Mappings:
Namespace Name Mixin selector official b
Lcpd;b:Lehn;
intermediary field_28103
Lnet/minecraft/class_5702;field_28103:Lnet/minecraft/class_243;
named end
Lnet/minecraft/world/BlockStateRaycastContext;end:Lnet/minecraft/util/math/Vec3d;
-
statePredicate
- Mappings:
Namespace Name Mixin selector official c
Lcpd;c:Ljava/util/function/Predicate;
intermediary field_28104
Lnet/minecraft/class_5702;field_28104:Ljava/util/function/Predicate;
named statePredicate
Lnet/minecraft/world/BlockStateRaycastContext;statePredicate:Ljava/util/function/Predicate;
-
-
Constructor Details
-
BlockStateRaycastContext
- Mappings:
Namespace Name Mixin selector official <init>
Lcpd;<init>(Lehn;Lehn;Ljava/util/function/Predicate;)V
intermediary <init>
Lnet/minecraft/class_5702;<init>(Lnet/minecraft/class_243;Lnet/minecraft/class_243;Ljava/util/function/Predicate;)V
named <init>
Lnet/minecraft/world/BlockStateRaycastContext;<init>(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;Ljava/util/function/Predicate;)V
-
-
Method Details
-
getEnd
- Mappings:
Namespace Name Mixin selector official a
Lcpd;a()Lehn;
intermediary method_32883
Lnet/minecraft/class_5702;method_32883()Lnet/minecraft/class_243;
named getEnd
Lnet/minecraft/world/BlockStateRaycastContext;getEnd()Lnet/minecraft/util/math/Vec3d;
-
getStart
- Mappings:
Namespace Name Mixin selector official b
Lcpd;b()Lehn;
intermediary method_32884
Lnet/minecraft/class_5702;method_32884()Lnet/minecraft/class_243;
named getStart
Lnet/minecraft/world/BlockStateRaycastContext;getStart()Lnet/minecraft/util/math/Vec3d;
-
getStatePredicate
- Mappings:
Namespace Name Mixin selector official c
Lcpd;c()Ljava/util/function/Predicate;
intermediary method_32885
Lnet/minecraft/class_5702;method_32885()Ljava/util/function/Predicate;
named getStatePredicate
Lnet/minecraft/world/BlockStateRaycastContext;getStatePredicate()Ljava/util/function/Predicate;
-