Uses of Enum Class
net.minecraft.loot.LootContext.EntityTarget
Packages that use LootContext.EntityTarget
-
Uses of LootContext.EntityTarget in net.minecraft.loot
Methods in net.minecraft.loot that return LootContext.EntityTargetModifier and TypeMethodDescriptionstatic LootContext.EntityTargetLootContext.EntityTarget.Serializer.read(com.google.gson.stream.JsonReader p_read_1_) 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 with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionvoidLootContext.EntityTarget.Serializer.write(com.google.gson.stream.JsonWriter p_write_1_, LootContext.EntityTarget p_write_2_) -
Uses of LootContext.EntityTarget in net.minecraft.loot.conditions
Fields in net.minecraft.loot.conditions declared as LootContext.EntityTargetModifier and TypeFieldDescriptionprivate final LootContext.EntityTargetEntityHasProperty.entityTargetprivate final LootContext.EntityTargetEntityHasScore.entityTargetMethods in net.minecraft.loot.conditions with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic ILootCondition.IBuilderEntityHasProperty.entityPresent(LootContext.EntityTarget p_215998_0_) static ILootCondition.IBuilderEntityHasProperty.hasProperties(LootContext.EntityTarget p_237477_0_, EntityPredicate p_237477_1_) static ILootCondition.IBuilderEntityHasProperty.hasProperties(LootContext.EntityTarget p_215999_0_, EntityPredicate.Builder p_215999_1_) Constructors in net.minecraft.loot.conditions with parameters of type LootContext.EntityTargetModifierConstructorDescriptionprivateEntityHasProperty(EntityPredicate p_i51196_1_, LootContext.EntityTarget p_i51196_2_) privateEntityHasScore(Map<String, RandomValueRange> p_i46618_1_, LootContext.EntityTarget p_i46618_2_) -
Uses of LootContext.EntityTarget in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as LootContext.EntityTargetModifier and TypeFieldDescriptionprivate final LootContext.EntityTargetFillPlayerHead.entityTargetprivate final LootContext.EntityTargetSetLore.resolutionContextprivate final LootContext.EntityTargetSetName.resolutionContextMethods in net.minecraft.loot.functions with parameters of type LootContext.EntityTargetModifier and TypeMethodDescriptionstatic UnaryOperator<ITextComponent>SetName.createResolver(LootContext p_215936_0_, LootContext.EntityTarget p_215936_1_) Constructors in net.minecraft.loot.functions with parameters of type LootContext.EntityTargetModifierConstructorDescriptionFillPlayerHead(ILootCondition[] p_i51234_1_, LootContext.EntityTarget p_i51234_2_) SetLore(ILootCondition[] p_i51220_1_, boolean p_i51220_2_, List<ITextComponent> p_i51220_3_, LootContext.EntityTarget p_i51220_4_) privateSetName(ILootCondition[] p_i51218_1_, ITextComponent p_i51218_2_, LootContext.EntityTarget p_i51218_3_)