Class SlidingDoorShapes

java.lang.Object
com.simibubi.create.content.decoration.slidingDoor.SlidingDoorShapes

public class SlidingDoorShapes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected static final net.minecraft.world.phys.shapes.VoxelShape
     
    protected 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
    get(net.minecraft.core.Direction facing, boolean hinge, boolean fold)
     

    Methods inherited from class java.lang.Object

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

    • SE_AABB

      protected static final net.minecraft.world.phys.shapes.VoxelShape SE_AABB
    • ES_AABB

      protected static final net.minecraft.world.phys.shapes.VoxelShape ES_AABB
    • NW_AABB

      protected static final net.minecraft.world.phys.shapes.VoxelShape NW_AABB
    • WN_AABB

      protected static final net.minecraft.world.phys.shapes.VoxelShape WN_AABB
    • SW_AABB

      protected static final net.minecraft.world.phys.shapes.VoxelShape SW_AABB
    • WS_AABB

      protected static final net.minecraft.world.phys.shapes.VoxelShape WS_AABB
    • NE_AABB

      protected static final net.minecraft.world.phys.shapes.VoxelShape NE_AABB
    • EN_AABB

      protected static final net.minecraft.world.phys.shapes.VoxelShape EN_AABB
    • SE_AABB_FOLD

      protected static final net.minecraft.world.phys.shapes.VoxelShape SE_AABB_FOLD
    • ES_AABB_FOLD

      protected static final net.minecraft.world.phys.shapes.VoxelShape ES_AABB_FOLD
    • NW_AABB_FOLD

      protected static final net.minecraft.world.phys.shapes.VoxelShape NW_AABB_FOLD
    • WN_AABB_FOLD

      protected static final net.minecraft.world.phys.shapes.VoxelShape WN_AABB_FOLD
    • SW_AABB_FOLD

      protected static final net.minecraft.world.phys.shapes.VoxelShape SW_AABB_FOLD
    • WS_AABB_FOLD

      protected static final net.minecraft.world.phys.shapes.VoxelShape WS_AABB_FOLD
    • NE_AABB_FOLD

      protected static final net.minecraft.world.phys.shapes.VoxelShape NE_AABB_FOLD
    • EN_AABB_FOLD

      protected static final net.minecraft.world.phys.shapes.VoxelShape EN_AABB_FOLD
  • Constructor Details

    • SlidingDoorShapes

      public SlidingDoorShapes()
  • Method Details

    • get

      public static net.minecraft.world.phys.shapes.VoxelShape get(net.minecraft.core.Direction facing, boolean hinge, boolean fold)