mirror of
https://github.com/GeyserMC/PackConverter.git
synced 2025-12-19 14:59:21 +00:00
Add list method
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user