Package net.minecraft.world
Class BlockStateRaycastContext
java.lang.Object
net.minecraft.world.BlockStateRaycastContext
public class BlockStateRaycastContext extends Object
- Mappings:
Namespace Name official buy
intermediary net/minecraft/class_5702
named net/minecraft/world/BlockStateRaycastContext
-
Field Summary
Fields Modifier and Type Field Description private Vec3d
end
private Vec3d
start
private Predicate<BlockState>
statePredicate
-
Constructor Summary
Constructors Constructor Description BlockStateRaycastContext(Vec3d start, Vec3d end, Predicate<BlockState> statePredicate)
-
Method Summary
Modifier and Type Method Description Vec3d
getEnd()
Vec3d
getStart()
Predicate<BlockState>
getStatePredicate()
-
Field Details
-
start
- Mappings:
Namespace Name Mixin selector official a
Lbuy;a:Ldly;
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
Lbuy;b:Ldly;
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
Lbuy;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>
Lbuy;<init>(Ldly;Ldly;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
Lbuy;a()Ldly;
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
Lbuy;b()Ldly;
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
Lbuy;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;
-