java.lang.Object
com.simibubi.create.content.logistics.block.chute.ChuteShapes

public class ChuteShapes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.phys.shapes.VoxelShape
     
    static final net.minecraft.world.phys.shapes.VoxelShape
     
    static final net.minecraft.world.phys.shapes.VoxelShape
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.phys.shapes.VoxelShape
    createShape(net.minecraft.world.level.block.state.BlockState state)
     
    static net.minecraft.world.phys.shapes.VoxelShape
     
    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
  • Field Details

    • INTERSECTION_MASK

      public static final net.minecraft.world.phys.shapes.VoxelShape INTERSECTION_MASK
    • COLLISION_MASK

      public static final net.minecraft.world.phys.shapes.VoxelShape COLLISION_MASK
    • PANEL

      public static final net.minecraft.world.phys.shapes.VoxelShape PANEL
  • Constructor Details

    • ChuteShapes

      public ChuteShapes()
  • Method Details

    • createShape

      public static net.minecraft.world.phys.shapes.VoxelShape createShape(net.minecraft.world.level.block.state.BlockState state)
    • 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)
    • createSlope

      public static net.minecraft.world.phys.shapes.VoxelShape createSlope()