///7
Jump to navigation
Jump to search
(Importing a new version from external source) |
(No difference)
|
Latest revision as of 12:32, 3 September 2024
@Override
public boolean match(SignActionEvent info) {
// Checks that the second line starts with 'welcome' (case-insensitive)
return info.isType("welcome");
}