Class Objects.ObjectInfoDefinition

java.lang.Object
net.risingworld.api.definitions.Objects.ObjectInfoDefinition
Enclosing class:
Objects

public final class Objects.ObjectInfoDefinition extends Object
  • Field Details

    • id

      public byte id
      Internal id of the def. It's best to not rely on that id (may change with future updates)
    • name

      public String name
      Name of the object (and processor)
    • type

      public Objects.Type type
      The object type of the related object
    • processingtype

      public Items.ItemInfoType processingtype
      The item processing type (i.e how does the object process the items exactly, e.g smelt them, crush them etc?)
    • showitems

      public boolean showitems
    • requiresfuel

      public boolean requiresfuel
    • fuelconsumption

      public int fuelconsumption
    • maxfuellevel

      public int maxfuellevel
    • primarystatus

      public int primarystatus
    • secondarystatus

      public int secondarystatus
    • alwaysactive

      public boolean alwaysactive
      If true, the object will be always "active", irrespective of the status
    • requiresupdateloop

      public boolean requiresupdateloop
  • Method Details

    • synchronize

      public void synchronize()