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 CompoundNBT
tag
-
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 CompoundNBT
getTag()
CompoundNBT
save()
-
-
-
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()
-
-