Interface VoxelShapeComponentsFactory.IHandler
- All Known Implementing Classes:
VoxelShapeComponentsFactoryHandlerCableCenter
,VoxelShapeComponentsFactoryHandlerCableConnections
,VoxelShapeComponentsFactoryHandlerFacade
,VoxelShapeComponentsFactoryHandlerParts
- Enclosing class:
VoxelShapeComponentsFactory
public static interface VoxelShapeComponentsFactory.IHandler
-
Method Summary
Modifier and TypeMethodDescriptioncreateComponents
(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.BlockGetter world, net.minecraft.core.BlockPos blockPos, net.minecraft.world.phys.shapes.CollisionContext selectionContext)
-
Method Details
-
createComponents
Collection<VoxelShapeComponents.IComponent> createComponents(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.BlockGetter world, net.minecraft.core.BlockPos blockPos, net.minecraft.world.phys.shapes.CollisionContext selectionContext)
-