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:
@@ -101,6 +101,11 @@ public class PackConverter {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public PackConverter actionListeners(@NotNull List<ActionListener> actionListeners) {
|
||||||
|
this.actionListeners.addAll(actionListeners);
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert all resources in the pack using the converters
|
* Convert all resources in the pack using the converters
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user