Class VoxelShapeComponentsFactoryHandlerCableCenter
java.lang.Object
org.cyclops.integrateddynamics.block.shapes.VoxelShapeComponentsFactoryHandlerCableCenter
- All Implemented Interfaces:
VoxelShapeComponentsFactory.IHandler
public class VoxelShapeComponentsFactoryHandlerCableCenter
extends Object
implements VoxelShapeComponentsFactory.IHandler
Shape handler for cable centers.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
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)
-
Constructor Details
-
VoxelShapeComponentsFactoryHandlerCableCenter
public VoxelShapeComponentsFactoryHandlerCableCenter()
-
-
Method Details
-
createComponents
public 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) - Specified by:
createComponents
in interfaceVoxelShapeComponentsFactory.IHandler
-