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 clv$cintermediary net/minecraft/class_3959$class_3961named 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 getLclv$c;get(Ldcb;Lcls;Lgu;Leen;)Lefb;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;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;
 
 -