Class GaugeShaper

java.lang.Object
net.createmod.catnip.math.VoxelShaper
com.simibubi.create.content.kinetics.gauge.GaugeShaper

public class GaugeShaper extends net.createmod.catnip.math.VoxelShaper
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.createmod.catnip.math.VoxelShaper

    net.createmod.catnip.math.VoxelShaper.DefaultRotationValues, net.createmod.catnip.math.VoxelShaper.HorizontalRotationValues
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.phys.shapes.VoxelShape
    get(net.minecraft.core.Direction direction, boolean axisAlong)
     

    Methods inherited from class net.createmod.catnip.math.VoxelShaper

    axisAsFace, blockBox, forAxis, forDirectional, forDirectionsWithRotation, forHorizontal, forHorizontalAxis, get, get, horizontalAngleFromDirection, rotate, rotatedCopy, withShape, withVerticalShapes

    Methods inherited from class java.lang.Object

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

    • GaugeShaper

      public GaugeShaper()
  • Method Details

    • get

      public net.minecraft.world.phys.shapes.VoxelShape get(net.minecraft.core.Direction direction, boolean axisAlong)