java.lang.Object
com.simibubi.create.content.contraptions.relays.belt.BeltShapes

public class BeltShapes extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.phys.shapes.VoxelShape
    getCollisionShape​(net.minecraft.world.level.block.state.BlockState state)
     
    static net.minecraft.world.phys.shapes.VoxelShape
    getShape​(net.minecraft.world.level.block.state.BlockState state)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BeltShapes

      public BeltShapes()
  • Method Details

    • getShape

      public static net.minecraft.world.phys.shapes.VoxelShape getShape(net.minecraft.world.level.block.state.BlockState state)
    • getCollisionShape

      public static net.minecraft.world.phys.shapes.VoxelShape getCollisionShape(net.minecraft.world.level.block.state.BlockState state)