Package net.minecraft.util
Class WeightedSpawnerEntity
- java.lang.Object
-
- net.minecraft.util.WeightedRandom.Item
-
- net.minecraft.util.WeightedSpawnerEntity
-
public class WeightedSpawnerEntity extends WeightedRandom.Item
-
-
Field Summary
Fields Modifier and Type Field Description private CompoundNBTtag-
Fields inherited from class net.minecraft.util.WeightedRandom.Item
weight
-
-
Constructor Summary
Constructors Constructor Description WeightedSpawnerEntity()WeightedSpawnerEntity(int p_i46716_1_, CompoundNBT p_i46716_2_)WeightedSpawnerEntity(CompoundNBT p_i46715_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompoundNBTgetTag()CompoundNBTsave()
-
-
-
Field Detail
-
tag
private final CompoundNBT tag
-
-
Constructor Detail
-
WeightedSpawnerEntity
public WeightedSpawnerEntity()
-
WeightedSpawnerEntity
public WeightedSpawnerEntity(CompoundNBT p_i46715_1_)
-
WeightedSpawnerEntity
public WeightedSpawnerEntity(int p_i46716_1_, CompoundNBT p_i46716_2_)
-
-
Method Detail
-
save
public CompoundNBT save()
-
getTag
public CompoundNBT getTag()
-
-