Uses of Enum Class
net.minecraft.world.level.storage.loot.LootContext.EntityTarget
Packages that use LootContext.EntityTarget
Package
Description
-
Uses of LootContext.EntityTarget in net.minecraft.world.level.storage.loot
Methods in net.minecraft.world.level.storage.loot that return LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootContext.EntityTargetLootContext.EntityTarget.Serializer.read(com.google.gson.stream.JsonReader p_79013_) static LootContext.EntityTargetReturns 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.world.level.storage.loot with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionvoidLootContext.EntityTarget.Serializer.write(com.google.gson.stream.JsonWriter p_79015_, LootContext.EntityTarget p_79016_) -
Uses of LootContext.EntityTarget in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as LootContext.EntityTargetModifier and TypeFieldDescription(package private) final LootContext.EntityTargetFillPlayerHead.entityTargetprivate LootContext.EntityTargetSetLoreFunction.Builder.resolutionContext(package private) final LootContext.EntityTargetSetLoreFunction.resolutionContext(package private) final LootContext.EntityTargetSetNameFunction.resolutionContextMethods in net.minecraft.world.level.storage.loot.functions with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic CopyNbtFunction.BuilderCopyNbtFunction.copyData(LootContext.EntityTarget p_165179_) static UnaryOperator<Component>SetNameFunction.createResolver(LootContext p_81140_, LootContext.EntityTarget p_81141_) static LootItemConditionalFunction.Builder<?>FillPlayerHead.fillPlayerHead(LootContext.EntityTarget p_165208_) static LootItemConditionalFunction.Builder<?>SetNameFunction.setName(Component p_165460_, LootContext.EntityTarget p_165461_) SetLoreFunction.Builder.setResolutionContext(LootContext.EntityTarget p_165450_) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type LootContext.EntityTargetModifierConstructorDescriptionFillPlayerHead(LootItemCondition[] p_80604_, LootContext.EntityTarget p_80605_) SetLoreFunction(LootItemCondition[] p_81083_, boolean p_81084_, List<Component> p_81085_, LootContext.EntityTarget p_81086_) (package private)SetNameFunction(LootItemCondition[] p_81127_, Component p_81128_, LootContext.EntityTarget p_81129_) -
Uses of LootContext.EntityTarget in net.minecraft.world.level.storage.loot.predicates
Fields in net.minecraft.world.level.storage.loot.predicates declared as LootContext.EntityTargetModifier and TypeFieldDescriptionprivate final LootContext.EntityTargetEntityHasScoreCondition.Builder.entityTarget(package private) final LootContext.EntityTargetEntityHasScoreCondition.entityTarget(package private) final LootContext.EntityTargetLootItemEntityPropertyCondition.entityTargetMethods in net.minecraft.world.level.storage.loot.predicates with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootItemCondition.BuilderLootItemEntityPropertyCondition.entityPresent(LootContext.EntityTarget p_81863_) static LootItemCondition.BuilderLootItemEntityPropertyCondition.hasProperties(LootContext.EntityTarget p_81868_, EntityPredicate p_81869_) static LootItemCondition.BuilderLootItemEntityPropertyCondition.hasProperties(LootContext.EntityTarget p_81865_, EntityPredicate.Builder p_81866_) EntityHasScoreCondition.hasScores(LootContext.EntityTarget p_165489_) Constructors in net.minecraft.world.level.storage.loot.predicates with parameters of type LootContext.EntityTargetModifierConstructorDescriptionBuilder(LootContext.EntityTarget p_165499_) (package private)EntityHasScoreCondition(Map<String, IntRange> p_81618_, LootContext.EntityTarget p_81619_) (package private)LootItemEntityPropertyCondition(EntityPredicate p_81849_, LootContext.EntityTarget p_81850_) -
Uses of LootContext.EntityTarget in net.minecraft.world.level.storage.loot.providers.nbt
Methods in net.minecraft.world.level.storage.loot.providers.nbt with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic NbtProviderContextNbtProvider.forContextEntity(LootContext.EntityTarget p_165571_) private static ContextNbtProvider.GetterContextNbtProvider.forEntity(LootContext.EntityTarget p_165578_) -
Uses of LootContext.EntityTarget in net.minecraft.world.level.storage.loot.providers.number
Methods in net.minecraft.world.level.storage.loot.providers.number with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic ScoreboardValueScoreboardValue.fromScoreboard(LootContext.EntityTarget p_165750_, String p_165751_) static ScoreboardValueScoreboardValue.fromScoreboard(LootContext.EntityTarget p_165753_, String p_165754_, float p_165755_) -
Uses of LootContext.EntityTarget in net.minecraft.world.level.storage.loot.providers.score
Fields in net.minecraft.world.level.storage.loot.providers.score declared as LootContext.EntityTargetModifier and TypeFieldDescription(package private) final LootContext.EntityTargetContextScoreboardNameProvider.targetMethods in net.minecraft.world.level.storage.loot.providers.score with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic ScoreboardNameProviderContextScoreboardNameProvider.forTarget(LootContext.EntityTarget p_165808_) Constructors in net.minecraft.world.level.storage.loot.providers.score with parameters of type LootContext.EntityTargetModifierConstructorDescription(package private)