Class MaterialColor1_12_2

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped<net.minecraft.block.material.MapColor>
mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialColorAPI<net.minecraft.block.material.MapColor>
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.common.block.MaterialColor1_12_2
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<net.minecraft.block.material.MapColor>

public class MaterialColor1_12_2 extends mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialColorAPI<net.minecraft.block.material.MapColor>
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped

    wrapped
  • Constructor Summary

    Constructors
    Constructor
    Description
    MaterialColor1_12_2(net.minecraft.block.material.MapColor color)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped

    equals, getWrapped, getWrappedClass, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped

    unwrap
  • Constructor Details

    • MaterialColor1_12_2

      public MaterialColor1_12_2(net.minecraft.block.material.MapColor color)
  • Method Details

    • getColor

      public int getColor()
      Specified by:
      getColor in class mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialColorAPI<net.minecraft.block.material.MapColor>
    • getID

      public int getID()
      Specified by:
      getID in class mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialColorAPI<net.minecraft.block.material.MapColor>