Package net.minecraft.world
Interface RaycastContext.ShapeProvider
- All Known Implementing Classes:
 RaycastContext.ShapeType
- Enclosing class:
 RaycastContext
public static interface RaycastContext.ShapeProvider
- Mappings:
 Namespace Name named net/minecraft/world/RaycastContext$ShapeProviderintermediary net/minecraft/class_3959$class_3961official dcf$c
- 
Method Summary
Modifier and TypeMethodDescriptionget(BlockState state, BlockView world, BlockPos pos, ShapeContext context)  
- 
Method Details
- 
get
- Mappings:
 Namespace Name Mixin selector named getLnet/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;intermediary getLnet/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;official getLdcf$c;get(Ldtc;Ldcc;Ljd;Lexh;)Lexv;
 
 -