Class HexModelLayers

java.lang.Object
at.petrak.hexcasting.client.model.HexModelLayers

public class HexModelLayers extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.client.model.geom.ModelLayerLocation
     
    static final net.minecraft.client.model.geom.ModelLayerLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    init(BiConsumer<net.minecraft.client.model.geom.ModelLayerLocation,Supplier<net.minecraft.client.model.geom.builders.LayerDefinition>> consumer)
     

    Methods inherited from class java.lang.Object

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

    • ALTIORA

      public static final net.minecraft.client.model.geom.ModelLayerLocation ALTIORA
    • ROBES

      public static final net.minecraft.client.model.geom.ModelLayerLocation ROBES
  • Constructor Details

    • HexModelLayers

      public HexModelLayers()
  • Method Details

    • init

      public static void init(BiConsumer<net.minecraft.client.model.geom.ModelLayerLocation,Supplier<net.minecraft.client.model.geom.builders.LayerDefinition>> consumer)