Class SagaItemType


  • public class SagaItemType
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SagaItemType()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SagaItemType fromProto​(games.mythical.saga.sdk.proto.api.itemtype.ItemTypeProto proto)  
      static java.util.List<SagaItemType> fromProto​(java.util.List<games.mythical.saga.sdk.proto.api.itemtype.ItemTypeProto> protos)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SagaItemType

        public SagaItemType()
    • Method Detail

      • fromProto

        public static SagaItemType fromProto​(games.mythical.saga.sdk.proto.api.itemtype.ItemTypeProto proto)
      • fromProto

        public static java.util.List<SagaItemType> fromProto​(java.util.List<games.mythical.saga.sdk.proto.api.itemtype.ItemTypeProto> protos)