Package net.minecraft.world
Interface RaycastContext.ShapeProvider
- All Known Implementing Classes:
RaycastContext.ShapeType
- Enclosing class:
RaycastContext
public static interface RaycastContext.ShapeProvider
- Mappings:
Namespace Name official cpe$c
intermediary net/minecraft/class_3959$class_3961
named net/minecraft/world/RaycastContext$ShapeProvider
-
Method Summary
Modifier and TypeMethodDescriptionget
(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official get
Lcpe$c;get(Ldfj;Lcpb;Lgw;Lehs;)Leig;
intermediary get
Lnet/minecraft/class_3959$class_3961;get(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_3726;)Lnet/minecraft/class_265;
named get
Lnet/minecraft/world/RaycastContext$ShapeProvider;get(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;)Lnet/minecraft/util/shape/VoxelShape;
-