Class BlockbenchModel.Element

java.lang.Object
com.ticxo.modelengine.api.generator.parser.blockbench.BlockbenchModel.Element
Direct Known Subclasses:
BlockbenchModel.Camera, BlockbenchModel.Cube, BlockbenchModel.Locator, BlockbenchModel.NullObject, BlockbenchModel.Unknown
Enclosing class:
BlockbenchModel

public static class BlockbenchModel.Element extends Object
  • Field Details

    • name

      protected String name
    • uuid

      protected UUID uuid
    • type

      protected String type
  • Constructor Details

    • Element

      public Element()
    • Element

      public Element(String name, UUID uuid, String type)
  • Method Details

    • getName

      public String getName()
    • getUuid

      public UUID getUuid()
    • getType

      public String getType()