public class CreatureButcher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
flags |
Constructor and Description |
---|
CreatureButcher(Actor player) |
Modifier and Type | Method and Description |
---|---|
EntityFunction |
createFunction() |
void |
fromCommand(CommandContext args) |
void |
or(int flag,
boolean on) |
void |
or(int flag,
boolean on,
java.lang.String permission) |
public CreatureButcher(Actor player)
public void or(int flag, boolean on)
public void or(int flag, boolean on, java.lang.String permission)
public void fromCommand(CommandContext args)
public EntityFunction createFunction()