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) LootContext.EntityTargetEntityPropertiesLootCondition.entityprivate LootContext.EntityTargetEntityScoresLootCondition.Builder.target(package private) LootContext.EntityTargetEntityScoresLootCondition.targetMethods in net.minecraft.loot.condition with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootCondition.BuilderEntityPropertiesLootCondition.builder(LootContext.EntityTarget entity, EntityPredicate predicate)static LootCondition.BuilderEntityPropertiesLootCondition.builder(LootContext.EntityTarget entity, EntityPredicate.Builder predicateBuilder)static LootCondition.BuilderEntityPropertiesLootCondition.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 entityPredicate, LootContext.EntityTarget entityTarget)(package private)EntityScoresLootCondition(Map<String,BoundedIntUnaryOperator> map, LootContext.EntityTarget entityTarget) -
Uses of LootContext.EntityTarget in net.minecraft.loot.context
Methods in net.minecraft.loot.context that return LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootContext.EntityTargetLootContext.EntityTarget.fromString(String type)LootContext.EntityTarget.Serializer.read(JsonReader jsonReader)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.loot.context with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionvoidLootContext.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) LootContext.EntityTargetFillPlayerHeadLootFunction.entity(package private) LootContext.EntityTargetSetLoreLootFunction.entity(package private) LootContext.EntityTargetSetNameLootFunction.entityprivate LootContext.EntityTargetSetLoreLootFunction.Builder.targetMethods in net.minecraft.loot.function with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic UnaryOperator<Text>SetNameLootFunction.applySourceEntity(LootContext context, LootContext.EntityTarget sourceEntity)static CopyNbtLootFunction.BuilderCopyNbtLootFunction.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[] lootCondition, @Nullable Text text, LootContext.EntityTarget entityTarget) -
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 LootNbtProviderContextLootNbtProvider.fromTarget(LootContext.EntityTarget target)private static ContextLootNbtProvider.TargetContextLootNbtProvider.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 ScoreLootNumberProviderScoreLootNumberProvider.create(LootContext.EntityTarget target, String score)static ScoreLootNumberProviderScoreLootNumberProvider.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) LootContext.EntityTargetContextLootScoreProvider.targetMethods in net.minecraft.loot.provider.score with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootScoreProviderContextLootScoreProvider.create(LootContext.EntityTarget target)Constructors in net.minecraft.loot.provider.score with parameters of type LootContext.EntityTargetModifierConstructorDescription(package private)ContextLootScoreProvider(LootContext.EntityTarget entityTarget)