Uses of Class
net.minecraft.loot.context.LootContextParameter
Packages that use LootContextParameter
Package
Description
-
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()EntityPropertiesLootCondition.getRequiredParameters()EntityScoresLootCondition.getRequiredParameters()InvertedLootCondition.getRequiredParameters()KilledByPlayerLootCondition.getRequiredParameters()MatchToolLootCondition.getRequiredParameters()RandomChanceWithLootingLootCondition.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 LootContextParameter<BlockEntity>LootContextParameters.BLOCK_ENTITYstatic LootContextParameter<BlockState>LootContextParameters.BLOCK_STATEstatic LootContextParameter<DamageSource>LootContextParameters.DAMAGE_SOURCEstatic LootContextParameter<Entity>LootContextParameters.DIRECT_KILLER_ENTITYstatic LootContextParameter<Float>LootContextParameters.EXPLOSION_RADIUSstatic LootContextParameter<Entity>LootContextParameters.KILLER_ENTITYstatic LootContextParameter<PlayerEntity>LootContextParameters.LAST_DAMAGE_PLAYERstatic LootContextParameter<Vec3d>LootContextParameters.ORIGINprivate LootContextParameter<? extends Entity>LootContext.EntityTarget.parameterstatic LootContextParameter<Entity>LootContextParameters.THIS_ENTITYstatic LootContextParameter<ItemStack>LootContextParameters.TOOLFields in net.minecraft.loot.context with type parameters of type LootContextParameterModifier and TypeFieldDescriptionprivate Set<LootContextParameter<?>>LootContextType.allowedprivate Set<LootContextParameter<?>>LootContextType.Builder.allowedprivate Map<LootContextParameter<?>,Object>LootContext.Builder.parametersprivate Map<LootContextParameter<?>,Object>LootContext.parametersprivate Set<LootContextParameter<?>>LootContextType.Builder.requiredprivate Set<LootContextParameter<?>>LootContextType.requiredMethods in net.minecraft.loot.context that return LootContextParameterModifier and TypeMethodDescriptionLootContextParameter<? extends Entity>LootContext.EntityTarget.getParameter()private static <T> LootContextParameter<T>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 TypeMethodDescriptionLootContextType.Builder.allow(LootContextParameter<?> parameter)<T> TLootContext.Builder.get(LootContextParameter<T> parameter)<T> TLootContext.get(LootContextParameter<T> parameter)<T> TLootContext.Builder.getNullable(LootContextParameter<T> parameter)booleanLootContext.hasParameter(LootContextParameter<?> parameter)booleanLootContextType.isAllowed(LootContextParameter<?> parameter)<T> TLootContext.method_35508(LootContextParameter<T> lootContextParameter)LootContext.Builder.optionalParameter(LootContextParameter<T> key, T value)LootContext.Builder.parameter(LootContextParameter<T> key, T value)LootContextType.Builder.require(LootContextParameter<?> 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)LootContext(Random random, float float2, ServerWorld serverWorld, Function<Identifier,LootTable> function, Function<Identifier,LootCondition> function2, Map<LootContextParameter<?>,Object> map, Map<Identifier,LootContext.Dropper> map2)(package private)LootContextType(Set<LootContextParameter<?>> set, Set<LootContextParameter<?>> set2) -
Uses of LootContextParameter in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as LootContextParameterMethods in net.minecraft.loot.function that return types with arguments of type LootContextParameterModifier and TypeMethodDescriptionApplyBonusLootFunction.getRequiredParameters()CopyNameLootFunction.getRequiredParameters()CopyNbtLootFunction.getRequiredParameters()CopyStateFunction.getRequiredParameters()EnchantWithLevelsLootFunction.getRequiredParameters()ExplorationMapLootFunction.getRequiredParameters()FillPlayerHeadLootFunction.getRequiredParameters()LimitCountLootFunction.getRequiredParameters()LootingEnchantLootFunction.getRequiredParameters()SetAttributesLootFunction.getRequiredParameters()SetCountLootFunction.getRequiredParameters()SetDamageLootFunction.getRequiredParameters()SetEnchantmentsLootFunction.getRequiredParameters()SetLoreLootFunction.getRequiredParameters()SetNameLootFunction.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()