Uses of Enum Class
net.minecraft.loot.context.LootContext.EntityTarget
Packages that use LootContext.EntityTarget
Package
Description
-
Uses of LootContext.EntityTarget in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition declared as LootContext.EntityTargetModifier and TypeFieldDescription(package private) final LootContext.EntityTarget
EntityPropertiesLootCondition.entity
private final LootContext.EntityTarget
EntityScoresLootCondition.Builder.target
(package private) final LootContext.EntityTarget
EntityScoresLootCondition.target
Methods in net.minecraft.loot.condition with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootCondition.Builder
EntityPropertiesLootCondition.builder
(LootContext.EntityTarget entity, EntityPredicate predicate) static LootCondition.Builder
EntityPropertiesLootCondition.builder
(LootContext.EntityTarget entity, EntityPredicate.Builder predicateBuilder) static LootCondition.Builder
EntityPropertiesLootCondition.create
(LootContext.EntityTarget entity) EntityScoresLootCondition.create
(LootContext.EntityTarget target) Constructors in net.minecraft.loot.condition with parameters of type LootContext.EntityTargetModifierConstructorDescriptionBuilder
(LootContext.EntityTarget target) (package private)
EntityPropertiesLootCondition
(EntityPredicate predicate, LootContext.EntityTarget entity) (package private)
EntityScoresLootCondition
(Map<String, BoundedIntUnaryOperator> scores, LootContext.EntityTarget target) -
Uses of LootContext.EntityTarget in net.minecraft.loot.context
Methods in net.minecraft.loot.context that return LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootContext.EntityTarget
LootContext.EntityTarget.fromString
(String type) LootContext.EntityTarget.Serializer.read
(JsonReader jsonReader) static LootContext.EntityTarget
Returns the enum constant of this class with the specified name.static LootContext.EntityTarget[]
LootContext.EntityTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.loot.context with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionvoid
LootContext.EntityTarget.Serializer.write
(JsonWriter jsonWriter, LootContext.EntityTarget entityTarget) -
Uses of LootContext.EntityTarget in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as LootContext.EntityTargetModifier and TypeFieldDescription(package private) final LootContext.EntityTarget
FillPlayerHeadLootFunction.entity
(package private) final LootContext.EntityTarget
SetLoreLootFunction.entity
(package private) final LootContext.EntityTarget
SetNameLootFunction.entity
private LootContext.EntityTarget
SetLoreLootFunction.Builder.target
Methods in net.minecraft.loot.function with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic UnaryOperator<Text>
SetNameLootFunction.applySourceEntity
(LootContext context, LootContext.EntityTarget sourceEntity) static CopyNbtLootFunction.Builder
CopyNbtLootFunction.builder
(LootContext.EntityTarget target) static ConditionalLootFunction.Builder<?>
FillPlayerHeadLootFunction.builder
(LootContext.EntityTarget target) static ConditionalLootFunction.Builder<?>
SetNameLootFunction.builder
(Text name, LootContext.EntityTarget target) SetLoreLootFunction.Builder.target
(LootContext.EntityTarget target) Constructors in net.minecraft.loot.function with parameters of type LootContext.EntityTargetModifierConstructorDescriptionFillPlayerHeadLootFunction
(LootCondition[] conditions, LootContext.EntityTarget entity) SetLoreLootFunction
(LootCondition[] conditions, boolean replace, List<Text> lore, LootContext.EntityTarget entity) (package private)
SetNameLootFunction
(LootCondition[] conditions, @Nullable Text name, LootContext.EntityTarget entity) -
Uses of LootContext.EntityTarget in net.minecraft.loot.provider.nbt
Methods in net.minecraft.loot.provider.nbt with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootNbtProvider
ContextLootNbtProvider.fromTarget
(LootContext.EntityTarget target) private static ContextLootNbtProvider.Target
ContextLootNbtProvider.getTarget
(LootContext.EntityTarget entityTarget) -
Uses of LootContext.EntityTarget in net.minecraft.loot.provider.number
Methods in net.minecraft.loot.provider.number with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic ScoreLootNumberProvider
ScoreLootNumberProvider.create
(LootContext.EntityTarget target, String score) static ScoreLootNumberProvider
ScoreLootNumberProvider.create
(LootContext.EntityTarget target, String score, float scale) -
Uses of LootContext.EntityTarget in net.minecraft.loot.provider.score
Fields in net.minecraft.loot.provider.score declared as LootContext.EntityTargetModifier and TypeFieldDescription(package private) final LootContext.EntityTarget
ContextLootScoreProvider.target
Methods in net.minecraft.loot.provider.score with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootScoreProvider
ContextLootScoreProvider.create
(LootContext.EntityTarget target) Constructors in net.minecraft.loot.provider.score with parameters of type LootContext.EntityTargetModifierConstructorDescription(package private)