Class UIEditor.Icon

java.lang.Object
com.hypixel.hytale.codec.schema.metadata.ui.UIEditor.Icon
All Implemented Interfaces:
UIEditor.EditorComponent
Enclosing class:
UIEditor

public static class UIEditor.Icon extends Object implements UIEditor.EditorComponent
  • Field Details

    • CODEC

      public static final BuilderCodec<UIEditor.Icon> CODEC
    • defaultPathTemplate

      private String defaultPathTemplate
    • width

      private int width
    • height

      private int height
  • Constructor Details

    • Icon

      public Icon(String defaultPathTemplate, int width, int height)
    • Icon

      public Icon()