Uses of Class
net.minecraft.loot.context.LootContextParameter
Packages that use LootContextParameter
Package
Description
The base package for all Minecraft classes.
-
Uses of LootContextParameter in net.minecraft
Fields in net.minecraft declared as LootContextParameterModifier and TypeFieldDescriptionstatic final LootContextParameter<FuelRegistry> class_10363.field_54905static final LootContextParameter<RegistryWrapper.WrapperLookup> class_10363.field_54906Fields in net.minecraft with type parameters of type LootContextParameterModifier and TypeFieldDescriptionprivate final Map<LootContextParameter<?>, Object> class_10352.field_54893private final Map<LootContextParameter<?>, Object> class_10352.class_10353.field_54894Methods in net.minecraft with parameters of type LootContextParameterModifier and TypeMethodDescriptionbooleanclass_10352.method_64965(LootContextParameter<?> lootContextParameter) <T> Tclass_10352.method_64966(LootContextParameter<T> lootContextParameter, T t) <T> Tclass_10352.method_64967(LootContextParameter<T> lootContextParameter) <T> Tclass_10352.method_64968(LootContextParameter<T> lootContextParameter) <T> Tclass_10352.class_10353.method_64969(LootContextParameter<T> lootContextParameter) class_10352.class_10353.method_64970(LootContextParameter<T> lootContextParameter, T t) <T> Tclass_10352.class_10353.method_64972(LootContextParameter<T> lootContextParameter) class_10352.class_10353.method_64973(LootContextParameter<T> lootContextParameter, T t) Constructor parameters in net.minecraft with type arguments of type LootContextParameterModifierConstructorDescription(package private)class_10352(Map<LootContextParameter<?>, Object> map) -
Uses of LootContextParameter in net.minecraft.loot.condition
Methods in net.minecraft.loot.condition that return types with arguments of type LootContextParameterModifier and TypeMethodDescriptionBlockStatePropertyLootCondition.getRequiredParameters()DamageSourcePropertiesLootCondition.getRequiredParameters()EnchantmentActiveCheckLootCondition.getRequiredParameters()EntityPropertiesLootCondition.getRequiredParameters()EntityScoresLootCondition.getRequiredParameters()InvertedLootCondition.getRequiredParameters()KilledByPlayerLootCondition.getRequiredParameters()LocationCheckLootCondition.getRequiredParameters()MatchToolLootCondition.getRequiredParameters()RandomChanceWithEnchantedBonusLootCondition.getRequiredParameters()SurvivesExplosionLootCondition.getRequiredParameters()TableBonusLootCondition.getRequiredParameters()TimeCheckLootCondition.getRequiredParameters()ValueCheckLootCondition.getRequiredParameters() -
Uses of LootContextParameter in net.minecraft.loot.context
Fields in net.minecraft.loot.context declared as LootContextParameterModifier and TypeFieldDescriptionstatic final LootContextParameter<BlockState> LootContextParameters.field_1224static final LootContextParameter<Float> LootContextParameters.field_1225static final LootContextParameter<Entity> LootContextParameters.field_1226static final LootContextParameter<Entity> LootContextParameters.field_1227static final LootContextParameter<BlockEntity> LootContextParameters.field_1228static final LootContextParameter<ItemStack> LootContextParameters.field_1229static final LootContextParameter<Entity> LootContextParameters.field_1230static final LootContextParameter<DamageSource> LootContextParameters.field_1231static final LootContextParameter<PlayerEntity> LootContextParameters.field_1233static final LootContextParameter<Vec3d> LootContextParameters.field_24424static final LootContextParameter<Integer> LootContextParameters.field_51805static final LootContextParameter<Boolean> LootContextParameters.field_51806private final LootContextParameter<? extends Entity> LootContext.EntityTarget.parameterFields in net.minecraft.loot.context with type parameters of type LootContextParameterModifier and TypeFieldDescriptionprivate final Set<LootContextParameter<?>> LootContextType.Builder.allowedprivate final Set<LootContextParameter<?>> LootContextType.field_54892private final Set<LootContextParameter<?>> LootContextType.Builder.requiredprivate final Set<LootContextParameter<?>> LootContextType.requiredMethods in net.minecraft.loot.context that return LootContextParameterModifier and TypeMethodDescriptionLootContextParameter<? extends Entity> LootContext.EntityTarget.getParameter()static <T> LootContextParameter<T> LootContextParameter.method_64964(String string) Methods in net.minecraft.loot.context that return types with arguments of type LootContextParameterModifier and TypeMethodDescriptionLootContextType.getAllowed()LootContextType.getRequired()default Set<LootContextParameter<?>> LootContextAware.getRequiredParameters()Methods in net.minecraft.loot.context with parameters of type LootContextParameterModifier and TypeMethodDescriptionLootContextParameterSet.Builder.add(LootContextParameter<T> parameter, T value) LootContextParameterSet.Builder.addOptional(LootContextParameter<T> parameter, T t) LootContextType.Builder.allow(LootContextParameter<?> parameter) <T> TLootContextParameterSet.Builder.get(LootContextParameter<T> parameter) <T> TLootContextParameterSet.Builder.getOptional(LootContextParameter<T> parameter) booleanLootContext.hasParameter(LootContextParameter<?> parameter) <T> TLootContext.method_65013(LootContextParameter<T> lootContextParameter) LootContextType.Builder.require(LootContextParameter<?> parameter) <T> TLootContext.requireParameter(LootContextParameter<T> parameter) Constructors in net.minecraft.loot.context with parameters of type LootContextParameterModifierConstructorDescriptionprivateEntityTarget(String type, LootContextParameter<? extends Entity> parameter) Constructor parameters in net.minecraft.loot.context with type arguments of type LootContextParameterModifierConstructorDescription(package private)LootContextType(Set<LootContextParameter<?>> required, Set<LootContextParameter<?>> allowed) -
Uses of LootContextParameter in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as LootContextParameterModifier and TypeFieldDescription(package private) final LootContextParameter<?> CopyNameLootFunction.Source.parameterMethods in net.minecraft.loot.function that return types with arguments of type LootContextParameterModifier and TypeMethodDescriptionApplyBonusLootFunction.getRequiredParameters()CopyComponentsLootFunction.getRequiredParameters()CopyComponentsLootFunction.Source.getRequiredParameters()CopyNameLootFunction.getRequiredParameters()CopyNbtLootFunction.getRequiredParameters()CopyStateLootFunction.getRequiredParameters()EnchantedCountIncreaseLootFunction.getRequiredParameters()EnchantWithLevelsLootFunction.getRequiredParameters()ExplorationMapLootFunction.getRequiredParameters()FillPlayerHeadLootFunction.getRequiredParameters()LimitCountLootFunction.getRequiredParameters()SetAttributesLootFunction.getRequiredParameters()SetCountLootFunction.getRequiredParameters()SetCustomModelDataLootFunction.getRequiredParameters()SetDamageLootFunction.getRequiredParameters()SetEnchantmentsLootFunction.getRequiredParameters()SetLoreLootFunction.getRequiredParameters()SetNameLootFunction.getRequiredParameters()SetOminousBottleAmplifierLootFunction.getRequiredParameters()SetStewEffectLootFunction.getRequiredParameters()Constructors in net.minecraft.loot.function with parameters of type LootContextParameter -
Uses of LootContextParameter in net.minecraft.loot.operator
Methods in net.minecraft.loot.operator that return types with arguments of type LootContextParameter -
Uses of LootContextParameter in net.minecraft.loot.provider.nbt
Methods in net.minecraft.loot.provider.nbt that return types with arguments of type LootContextParameterModifier and TypeMethodDescriptionContextLootNbtProvider.getRequiredParameters()ContextLootNbtProvider.Target.getRequiredParameters()LootNbtProvider.getRequiredParameters()StorageLootNbtProvider.getRequiredParameters() -
Uses of LootContextParameter in net.minecraft.loot.provider.number
Methods in net.minecraft.loot.provider.number that return types with arguments of type LootContextParameterModifier and TypeMethodDescriptionBinomialLootNumberProvider.getRequiredParameters()ScoreLootNumberProvider.getRequiredParameters()UniformLootNumberProvider.getRequiredParameters() -
Uses of LootContextParameter in net.minecraft.loot.provider.score
Methods in net.minecraft.loot.provider.score that return types with arguments of type LootContextParameterModifier and TypeMethodDescriptionContextLootScoreProvider.getRequiredParameters()FixedLootScoreProvider.getRequiredParameters()LootScoreProvider.getRequiredParameters()