Uses of Class
net.minecraft.loot.context.LootContextParameter
-
Uses of LootContextParameter in net.minecraft.loot.condition
-
Uses of LootContextParameter in net.minecraft.loot.context
Fields in net.minecraft.loot.context declared as LootContextParameter Modifier and Type Field Description static 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 LootContextParameter Modifier and Type Field Description private 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 LootContextParameter Modifier and Type Method Description LootContextParameter<? extends Entity>LootContext.EntityTarget. getParameter()private static <T> LootContextParameter<T>LootContextParameters. register(String name)Methods in net.minecraft.loot.context that return types with arguments of type LootContextParameter Modifier and Type Method Description Set<LootContextParameter<?>>LootContextType. getAllowed()Set<LootContextParameter<?>>LootContextType. getRequired()default Set<LootContextParameter<?>>LootContextAware. getRequiredParameters()Methods in net.minecraft.loot.context with parameters of type LootContextParameter Modifier and Type Method Description LootContextType.BuilderLootContextType.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)<T> TLootContext. method_35508(LootContextParameter<T> lootContextParameter)booleanLootContextType. method_35553(LootContextParameter<?> lootContextParameter)<T> LootContext.BuilderLootContext.Builder. optionalParameter(LootContextParameter<T> key, T value)<T> LootContext.BuilderLootContext.Builder. parameter(LootContextParameter<T> key, T value)LootContextType.BuilderLootContextType.Builder. require(LootContextParameter<?> parameter)Constructors in net.minecraft.loot.context with parameters of type LootContextParameter Constructor Description EntityTarget(String type, LootContextParameter<? extends Entity> parameter)Constructor parameters in net.minecraft.loot.context with type arguments of type LootContextParameter Constructor Description LootContext(Random random, float luck, ServerWorld world, Function<Identifier,LootTable> tableGetter, Function<Identifier,LootCondition> conditionSetter, Map<LootContextParameter<?>,Object> parameters, Map<Identifier,LootContext.Dropper> drops)LootContextType(Set<LootContextParameter<?>> required, Set<LootContextParameter<?>> allowed) -
Uses of LootContextParameter in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as LootContextParameter Modifier and Type Field Description LootContextParameter<?>CopyNameLootFunction.Source. parameterConstructors in net.minecraft.loot.function with parameters of type LootContextParameter Constructor Description Source(String name, LootContextParameter<?> parameter) -
Uses of LootContextParameter in net.minecraft.loot.operator
Methods in net.minecraft.loot.operator that return types with arguments of type LootContextParameter Modifier and Type Method Description Set<LootContextParameter<?>>BoundedIntUnaryOperator. getRequiredParameters() -
Uses of LootContextParameter in net.minecraft.loot.provider.nbt
Methods in net.minecraft.loot.provider.nbt that return types with arguments of type LootContextParameter Modifier and Type Method Description Set<LootContextParameter<?>>ContextLootNbtProvider. getRequiredParameters()Set<LootContextParameter<?>>ContextLootNbtProvider.Target. getRequiredParameters()Set<LootContextParameter<?>>LootNbtProvider. getRequiredParameters()Set<LootContextParameter<?>>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 LootContextParameter Modifier and Type Method Description Set<LootContextParameter<?>>BinomialLootNumberProvider. getRequiredParameters()Set<LootContextParameter<?>>ScoreLootNumberProvider. getRequiredParameters()Set<LootContextParameter<?>>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 LootContextParameter Modifier and Type Method Description Set<LootContextParameter<?>>ContextLootScoreProvider. getRequiredParameters()Set<LootContextParameter<?>>FixedLootScoreProvider. getRequiredParameters()Set<LootContextParameter<?>>LootScoreProvider. getRequiredParameters()