Package gamedata

Class ConversionMap.NamedEntry

    • Constructor Summary

      Constructors 
      Constructor Description
      NamedEntry​(java.lang.String id, java.lang.String name)
      Creates a new named entry.
    • Constructor Detail

      • NamedEntry

        public NamedEntry​(java.lang.String id,
                          java.lang.String name)
        Creates a new named entry.
        Parameters:
        id - the entry identifier
        name - the name to be localized
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the localized name of the entry.
        Returns:
        the localized name
      • setName

        protected void setName​(java.lang.String name)