java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v19.common.block.BlockHelper1_19
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI

public class BlockHelper1_19 extends Object implements mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
  • Constructor Details

    • BlockHelper1_19

      public BlockHelper1_19()
  • Method Details

    • createProperty

      public <V extends Comparable<V>> mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?,V> createProperty(String name, V defVal)
      Specified by:
      createProperty in interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
    • getAsProperty

      public <P> mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?,?> getAsProperty(P property)
      Specified by:
      getAsProperty in interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
    • getMaterialByName

      public Material1_19 getMaterialByName(String name)
      Specified by:
      getMaterialByName in interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
    • getMaterialColorByName

      public MaterialColor1_19 getMaterialColorByName(String name)
      Specified by:
      getMaterialColorByName in interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI