Class RechiseledModelData.SideData

java.lang.Object
com.supermartijn642.rechiseled.model.RechiseledModelData.SideData
Enclosing class:
RechiseledModelData

public static class RechiseledModelData.SideData extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SideData(net.minecraft.core.Direction side, Function<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState> blockGetter, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.Block block)
     
    SideData(net.minecraft.core.Direction side, net.minecraft.world.level.BlockGetter world, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.Block block)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • left

      public boolean left
    • up

      public boolean up
    • up_left

      public boolean up_left
    • up_right

      public boolean up_right
    • down

      public boolean down
    • down_left

      public boolean down_left
    • down_right

      public boolean down_right
  • Constructor Details

    • SideData

      public SideData(net.minecraft.core.Direction side, Function<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState> blockGetter, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.Block block)
    • SideData

      public SideData(net.minecraft.core.Direction side, net.minecraft.world.level.BlockGetter world, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.Block block)