Package net.minecraft.loot.functions
Class SetDamage
java.lang.Object
net.minecraft.loot.LootFunction
net.minecraft.loot.functions.SetDamage
- All Implemented Interfaces:
BiFunction<ItemStack,,LootContext, ItemStack> ILootFunction,IParameterized
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.loot.LootFunction
LootFunction.Builder<T extends LootFunction.Builder<T>>Nested classes/interfaces inherited from interface net.minecraft.loot.functions.ILootFunction
ILootFunction.IBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RandomValueRangeprivate static final org.apache.logging.log4j.LoggerFields inherited from class net.minecraft.loot.LootFunction
predicates -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSetDamage(ILootCondition[] p_i46622_1_, RandomValueRange p_i46622_2_) -
Method Summary
Modifier and TypeMethodDescriptiongetType()run(ItemStack p_215859_1_, LootContext p_215859_2_) static LootFunction.Builder<?>setDamage(RandomValueRange p_215931_0_) Methods inherited from class net.minecraft.loot.LootFunction
apply, simpleBuilder, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface net.minecraft.loot.IParameterized
getReferencedContextParams
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
damage
-
-
Constructor Details
-
SetDamage
-
-
Method Details
-
getType
-
run
- Specified by:
runin classLootFunction
-
setDamage
-