Uses of Interface
net.minecraft.advancement.criterion.Criterion
| Package | Description |
|---|---|
| net.minecraft.advancement.criterion |
-
Uses of Criterion in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion with type parameters of type Criterion Modifier and Type Field Description private static Map<Identifier,Criterion<?>>Criteria. VALUESMethods in net.minecraft.advancement.criterion with type parameters of type Criterion Modifier and Type Method Description private static <T extends Criterion<?>>
TCriteria. register(T object)Methods in net.minecraft.advancement.criterion that return Criterion Modifier and Type Method Description static <T extends CriterionConditions>
@Nullable Criterion<T>Criteria. getById(Identifier id)Methods in net.minecraft.advancement.criterion that return types with arguments of type Criterion Modifier and Type Method Description static Iterable<? extends Criterion<?>>Criteria. getCriteria()