Class BlockbenchModel.Group

java.lang.Object
com.ticxo.modelengine.api.generator.parser.blockbench.BlockbenchModel.Group
Enclosing class:
BlockbenchModel

public static class BlockbenchModel.Group extends Object
  • Field Details

    • name

      protected String name
    • origin

      protected Float[] origin
    • rotation

      protected Float[] rotation
    • uuid

      protected UUID uuid
    • parentGroup

      protected UUID parentGroup
    • export

      protected boolean export
    • element

      protected final Set<UUID> element
    • childGroup

      protected final Map<UUID,BlockbenchModel.Group> childGroup
  • Constructor Details

    • Group

      public Group()
  • Method Details

    • getName

      public String getName()
    • getOrigin

      public Float[] getOrigin()
    • getRotation

      public Float[] getRotation()
    • getUuid

      public UUID getUuid()
    • getParentGroup

      public UUID getParentGroup()
    • isExport

      public boolean isExport()
    • getElement

      public Set<UUID> getElement()
    • getChildGroup

      public Map<UUID,BlockbenchModel.Group> getChildGroup()