Uses of Enum Class
net.minecraft.loot.function.SetNameLootFunction.Target
-
Uses of SetNameLootFunction.Target in net.minecraft.loot.function
Modifier and TypeFieldDescriptionprivate final SetNameLootFunction.Target
SetNameLootFunction.target
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<SetNameLootFunction.Target> SetNameLootFunction.Target.CODEC
Modifier and TypeMethodDescriptionstatic SetNameLootFunction.Target
Returns the enum constant of this class with the specified name.static SetNameLootFunction.Target[]
SetNameLootFunction.Target.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder
<?> SetNameLootFunction.builder
(Text name, SetNameLootFunction.Target target) static ConditionalLootFunction.Builder
<?> SetNameLootFunction.builder
(Text name, SetNameLootFunction.Target target, LootContext.EntityTarget entity) ModifierConstructorDescriptionprivate
SetNameLootFunction
(List<LootCondition> conditions, Optional<Text> name, Optional<LootContext.EntityTarget> entity, SetNameLootFunction.Target target)