public class MobSpawnerBaseLogic.WeightedRandomMinecart extends WeightedRandom.Item
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
entityType |
private NBTTagCompound |
nbtData |
itemWeight| Modifier | Constructor and Description |
|---|---|
|
WeightedRandomMinecart(NBTTagCompound tagCompound) |
|
WeightedRandomMinecart(NBTTagCompound tagCompound,
java.lang.String type) |
private |
WeightedRandomMinecart(NBTTagCompound tagCompound,
java.lang.String type,
int weight) |
| Modifier and Type | Method and Description |
|---|---|
NBTTagCompound |
toNBT() |
private final NBTTagCompound nbtData
private final java.lang.String entityType
public WeightedRandomMinecart(NBTTagCompound tagCompound)
public WeightedRandomMinecart(NBTTagCompound tagCompound, java.lang.String type)
private WeightedRandomMinecart(NBTTagCompound tagCompound, java.lang.String type, int weight)
public NBTTagCompound toNBT()