public class MythicMobStack extends Object implements Comparable<MythicMobStack>
Constructor and Description |
---|
MythicMobStack(String name,
String stackString,
String file) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MythicMobStack o) |
String |
getFile() |
String |
getName() |
String |
getStackString() |
boolean |
isValid() |
ActiveMob |
spawn(AbstractLocation l,
double level,
SpawnReason reason) |
public boolean isValid()
public String getName()
public String getFile()
public String getStackString()
public ActiveMob spawn(AbstractLocation l, double level, SpawnReason reason)
public int compareTo(MythicMobStack o)
compareTo
in interface Comparable<MythicMobStack>
Copyright © 2020. All rights reserved.