u24
This commit is contained in:
parent
401ebe2324
commit
573420e1b8
613 changed files with 5708 additions and 4445 deletions
|
|
@ -110,8 +110,9 @@ public class HoverEvent {
|
|||
}
|
||||
|
||||
static {
|
||||
for (HoverEvent.Action hoverevent$action : values()) {
|
||||
nameMapping.put(hoverevent$action.getCanonicalName(), hoverevent$action);
|
||||
HoverEvent.Action[] types = values();
|
||||
for (int i = 0; i < types.length; ++i) {
|
||||
nameMapping.put(types[i].getCanonicalName(), types[i]);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue