Difference between revisions of "Translations:TrainCarts/API/SignAction/7/en"

From BergerHealer Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 12:32, 3 September 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TrainCarts/API/SignAction)
@Override
   public boolean match(SignActionEvent info) {
       // Checks that the second line starts with 'welcome' (case-insensitive)
       return info.isType("welcome");
   }

@Override

   public boolean match(SignActionEvent info) {
       // Checks that the second line starts with 'welcome' (case-insensitive)
       return info.isType("welcome");
   }