Package | Description |
---|---|
net.minecraft.world.storage.loot | |
net.minecraft.world.storage.loot.conditions | |
net.minecraft.world.storage.loot.functions |
Modifier and Type | Field and Description |
---|---|
private RandomValueRange |
LootPool.bonusRolls |
private RandomValueRange |
LootPool.Builder.bonusRolls |
Modifier and Type | Method and Description |
---|---|
RandomValueRange |
RandomValueRange.Serializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
static RandomValueRange |
RandomValueRange.of(float minIn,
float maxIn) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
RandomValueRange.Serializer.serialize(RandomValueRange p_serialize_1_,
java.lang.reflect.Type p_serialize_2_,
com.google.gson.JsonSerializationContext p_serialize_3_) |
void |
LootPool.setBonusRolls(RandomValueRange v) |
void |
LootPool.setRolls(RandomValueRange v) |
Constructor and Description |
---|
LootPool(LootEntry[] p_i51268_1_,
ILootCondition[] p_i51268_2_,
ILootFunction[] p_i51268_3_,
IRandomRange p_i51268_4_,
RandomValueRange p_i51268_5_,
java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
private RandomValueRange |
TimeCheck.field_227571_b_ |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,RandomValueRange> |
EntityHasScore.scores |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntityHasScore.entityScoreMatch(Entity entityIn,
Scoreboard scoreboardIn,
java.lang.String objectiveStr,
RandomValueRange rand) |
Constructor and Description |
---|
TimeCheck(java.lang.Long p_i225898_1_,
RandomValueRange p_i225898_2_) |
Constructor and Description |
---|
EntityHasScore(java.util.Map<java.lang.String,RandomValueRange> scoreIn,
LootContext.EntityTarget targetIn) |
Modifier and Type | Field and Description |
---|---|
private RandomValueRange |
SetAttributes.Modifier.amount |
private RandomValueRange |
LootingEnchantBonus.count |
private RandomValueRange |
SetDamage.damageRange |
private RandomValueRange |
LootingEnchantBonus.Builder.field_216073_a |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Effect,RandomValueRange> |
SetStewEffect.field_215950_a |
private java.util.Map<Effect,RandomValueRange> |
SetStewEffect.Builder.field_216078_a |
Modifier and Type | Method and Description |
---|---|
static LootingEnchantBonus.Builder |
LootingEnchantBonus.builder(RandomValueRange range) |
static LootFunction.Builder<?> |
SetDamage.func_215931_a(RandomValueRange p_215931_0_) |
SetStewEffect.Builder |
SetStewEffect.Builder.func_216077_a(Effect p_216077_1_,
RandomValueRange p_216077_2_) |
Constructor and Description |
---|
Builder(RandomValueRange p_i50932_1_) |
LootingEnchantBonus(ILootCondition[] conditions,
RandomValueRange countIn,
int limitIn) |
Modifier(java.lang.String p_i50835_1_,
java.lang.String p_i50835_2_,
AttributeModifier.Operation p_i50835_3_,
RandomValueRange p_i50835_4_,
EquipmentSlotType[] p_i50835_5_,
java.util.UUID p_i50835_6_) |
SetDamage(ILootCondition[] conditionsIn,
RandomValueRange damageRangeIn) |
Constructor and Description |
---|
SetStewEffect(ILootCondition[] p_i51215_1_,
java.util.Map<Effect,RandomValueRange> p_i51215_2_) |