All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)@Override
   public boolean match(SignActionEvent info) {
       // Checks that the second line starts with 'welcome' (case-insensitive)
       return info.isType("welcome");
   }