Uses of Interface
net.minecraft.loot.LootDataType.Validator
Packages that use LootDataType.Validator
-
Uses of LootDataType.Validator in net.minecraft.loot
Fields in net.minecraft.loot declared as LootDataType.ValidatorMethods in net.minecraft.loot that return LootDataType.ValidatorModifier and TypeMethodDescriptionprivate static LootDataType.Validator<LootTable>LootDataType.tableValidator()private static <T extends LootContextAware>
LootDataType.Validator<T>LootDataType.validator()Constructors in net.minecraft.loot with parameters of type LootDataType.ValidatorModifierConstructorDescriptionprivateLootDataType(Gson gson, BiFunction<Gson, String, BiFunction<Identifier, JsonElement, Optional<T>>> parserFactory, String id, LootDataType.Validator<T> validator)