implements EntitySubPredicate
| net.minecraft.advancements.predicates.entity.PlayerPredicate | |
| net.minecraft.advancements.predicates.entity.PlayerPredicate | |
| net.minecraft.class_4553 | |
| net.minecraft.predicate.entity.PlayerSubPredicate |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final NumberRange$IntRange |
| ||||||||
| private final PlayerHungerPredicate |
| ||||||||
| private final GameModeList |
| ||||||||
| private final List<PlayerSubPredicate$StatMatcher<?>> |
| ||||||||
| private final it.unimi.dsi.fastutil.objects.Object2BooleanMap<RegistryKey<Recipe<?>>> |
| ||||||||
| private final Map<Identifier, PlayerSubPredicate$AdvancementPredicate> |
| ||||||||
| private final Optional<EntityPredicate> |
| ||||||||
| private final Optional<InputPredicate> |
| ||||||||
| public static final int |
| ||||||||
| public static final com.mojang.serialization.Codec<PlayerSubPredicate> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (NumberRange$IntRange experienceLevel, PlayerHungerPredicate food, GameModeList gameMode, List<PlayerSubPredicate$StatMatcher<?>> stats, it.unimi.dsi.fastutil.objects.Object2BooleanMap<RegistryKey<Recipe<?>>> recipes, Map<Identifier, PlayerSubPredicate$AdvancementPredicate> advancements, Optional<EntityPredicate> lookingAt, Optional<InputPredicate> input) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||
| public NumberRange$IntRange |
| ||||||||
| public PlayerHungerPredicate |
| ||||||||
| public GameModeList |
| ||||||||
| public List<PlayerSubPredicate$StatMatcher<?>> |
| ||||||||
| public it.unimi.dsi.fastutil.objects.Object2BooleanMap<RegistryKey<Recipe<?>>> |
| ||||||||
| public Map<Identifier, PlayerSubPredicate$AdvancementPredicate> |
| ||||||||
| public Optional<EntityPredicate> |
| ||||||||
| public Optional<InputPredicate> |
|