Class Attribute

java.lang.Object
net.mcreator.element.GeneratableElement
net.mcreator.element.types.Attribute

public class Attribute extends GeneratableElement
  • Field Details

    • name

      public String name
    • minValue

      public Double minValue
    • maxValue

      public Double maxValue
    • defaultValue

      public Double defaultValue
    • addToAllEntities

      public boolean addToAllEntities
    • addToPlayers

      public boolean addToPlayers
    • entities

      public List<EntityEntry> entities
  • Constructor Details

    • Attribute

      public Attribute(ModElement element)