Translations:TrainCarts/API/SignAction/7/en
Jump to navigation
Jump to search
@Override
public boolean match(SignActionEvent info) { // Checks that the second line starts with 'welcome' (case-insensitive) return info.isType("welcome"); }