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$ShapeProvider
intermediary net/minecraft/class_3959$class_3961
official dbj$c
-
Method Summary
Modifier and TypeMethodDescriptionget
(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector 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;
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;
official get
Ldbj$c;get(Ldse;Ldbg;Liz;Levy;)Lewm;
-