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 TypeFieldDescriptionprivate final LootContext.EntityTarget
EntityPropertiesLootCondition.entity
The field for theentity
record component.private final LootContext.EntityTarget
EntityScoresLootCondition.entity
The field for theentity
record component.private final LootContext.EntityTarget
EntityScoresLootCondition.Builder.target
Methods in net.minecraft.loot.condition that return LootContext.EntityTargetModifier and TypeMethodDescriptionEntityPropertiesLootCondition.entity()
Returns the value of theentity
record component.EntityScoresLootCondition.entity()
Returns the value of theentity
record component.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) EntityPropertiesLootCondition
(Optional<EntityPredicate> optional, LootContext.EntityTarget entity) EntityScoresLootCondition
(Map<String, BoundedIntUnaryOperator> scores, LootContext.EntityTarget target) -
Uses of LootContext.EntityTarget in net.minecraft.loot.context
Fields in net.minecraft.loot.context with type parameters of type LootContext.EntityTargetModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec
<LootContext.EntityTarget> LootContext.EntityTarget.CODEC
Methods in net.minecraft.loot.context that return LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootContext.EntityTarget
LootContext.EntityTarget.fromString
(String type) 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. -
Uses of LootContext.EntityTarget in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as LootContext.EntityTargetModifier and TypeFieldDescriptionprivate final LootContext.EntityTarget
FillPlayerHeadLootFunction.entity
Fields in net.minecraft.loot.function with type parameters of type LootContext.EntityTargetModifier and TypeFieldDescriptionprivate final Optional
<LootContext.EntityTarget> SetLoreLootFunction.entity
private final Optional
<LootContext.EntityTarget> SetNameLootFunction.entity
private Optional
<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, SetNameLootFunction.Target target, LootContext.EntityTarget entity) SetLoreLootFunction.Builder.target
(LootContext.EntityTarget target) Constructors in net.minecraft.loot.function with parameters of type LootContext.EntityTargetModifierConstructorDescriptionFillPlayerHeadLootFunction
(List<LootCondition> conditions, LootContext.EntityTarget entity) Constructor parameters in net.minecraft.loot.function with type arguments of type LootContext.EntityTargetModifierConstructorDescriptionSetLoreLootFunction
(List<LootCondition> conditions, List<Text> lore, ListOperation operation, Optional<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 TypeFieldDescriptionprivate final LootContext.EntityTarget
ContextLootScoreProvider.target
The field for thetarget
record component.Methods in net.minecraft.loot.provider.score that return LootContext.EntityTargetModifier and TypeMethodDescriptionContextLootScoreProvider.target()
Returns the value of thetarget
record component.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.EntityTargetModifierConstructorDescriptionCreates an instance of aContextLootScoreProvider
record class.