implements EntitySubPredicate
| cx | |
| net.minecraft.advancements.criterion.PlayerPredicate | |
| net.minecraft.class_4553 | |
| net.minecraft.predicate.entity.PlayerPredicate |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final MinMaxBounds$Ints |
| ||||||||
| private final GameTypePredicate |
| ||||||||
| private final List<PlayerPredicate$StatMatcher<?>> |
| ||||||||
| private final it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceKey<Recipe<?>>> |
| ||||||||
| private final Map<Identifier, PlayerPredicate$AdvancementPredicate> |
| ||||||||
| private final Optional<EntityPredicate> |
| ||||||||
| private final Optional<InputPredicate> |
| ||||||||
| public static final int |
| ||||||||
| public static final com.mojang.serialization.MapCodec<PlayerPredicate> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (MinMaxBounds$Ints experienceLevel, GameTypePredicate gameMode, List<PlayerPredicate$StatMatcher<?>> stats, it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceKey<Recipe<?>>> recipes, Map<Identifier, PlayerPredicate$AdvancementPredicate> advancements, Optional<EntityPredicate> lookingAt, Optional<InputPredicate> input) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||
| public com.mojang.serialization.MapCodec<PlayerPredicate> |
| ||||||||
| public MinMaxBounds$Ints |
| ||||||||
| public GameTypePredicate |
| ||||||||
| public List<PlayerPredicate$StatMatcher<?>> |
| ||||||||
| public it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceKey<Recipe<?>>> |
| ||||||||
| public Map<Identifier, PlayerPredicate$AdvancementPredicate> |
| ||||||||
| public Optional<EntityPredicate> |
| ||||||||
| public Optional<InputPredicate> |
|