1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-19 23:09:14 +00:00

Add list method

This commit is contained in:
RednedEpic
2023-06-01 22:23:21 -05:00
parent d2fcf1299a
commit a8249fe2ba

View File

@@ -101,6 +101,11 @@ public class PackConverter {
return this;
}
public PackConverter actionListeners(@NotNull List<ActionListener> actionListeners) {
this.actionListeners.addAll(actionListeners);
return this;
}
/**
* Convert all resources in the pack using the converters
*/