Package net.minecraft.tileentity
Class MobSpawnerBaseLogic.WeightedRandomMinecart
- java.lang.Object
-
- net.minecraft.util.WeightedRandom.Item
-
- net.minecraft.tileentity.MobSpawnerBaseLogic.WeightedRandomMinecart
-
- Enclosing class:
- MobSpawnerBaseLogic
public class MobSpawnerBaseLogic.WeightedRandomMinecart extends WeightedRandom.Item
-
-
Field Summary
-
Fields inherited from class net.minecraft.util.WeightedRandom.Item
itemWeight
-
-
Constructor Summary
Constructors Constructor Description WeightedRandomMinecart(NBTTagCompound tagCompound)
WeightedRandomMinecart(NBTTagCompound tagCompound, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NBTTagCompound
toNBT()
-
-
-
Constructor Detail
-
WeightedRandomMinecart
public WeightedRandomMinecart(NBTTagCompound tagCompound)
-
WeightedRandomMinecart
public WeightedRandomMinecart(NBTTagCompound tagCompound, java.lang.String type)
-
-
Method Detail
-
toNBT
public NBTTagCompound toNBT()
-
-