Class FrozenShapes

java.lang.Object
net.frozenblock.lib.block.api.shape.FrozenShapes

public class FrozenShapes extends Object
  • Field Details

    • PLANE_BY_DIRECTION

      public static final Map<net.minecraft.core.Direction,net.minecraft.world.phys.shapes.VoxelShape> PLANE_BY_DIRECTION
  • Constructor Details

    • FrozenShapes

      public FrozenShapes()
  • Method Details

    • makePlaneFromDirection

      @NotNull public static @NotNull net.minecraft.world.phys.shapes.VoxelShape makePlaneFromDirection(@NotNull @NotNull net.minecraft.core.Direction direction, float fromSide)