Class CommandListExecutor

java.lang.Object
net.citizensnpcs.api.npc.templates.CommandListExecutor
All Implemented Interfaces:
Consumer<NPC>

public class CommandListExecutor extends Object implements Consumer<NPC>
  • Constructor Details

    • CommandListExecutor

      public CommandListExecutor(List<String> commands)
  • Method Details