Class VoxelShapeComponentsFactoryHandlerCableConnections
java.lang.Object
org.cyclops.integrateddynamics.block.shapes.VoxelShapeComponentsFactoryHandlerCableConnections
- All Implemented Interfaces:
VoxelShapeComponentsFactory.IHandler
public class VoxelShapeComponentsFactoryHandlerCableConnections
extends Object
implements VoxelShapeComponentsFactory.IHandler
Shape handler for cable connections.
-
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
-
VoxelShapeComponentsFactoryHandlerCableConnections
public VoxelShapeComponentsFactoryHandlerCableConnections()
-
-
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
-