Class EntitySubPredicates
java.lang.Object
net.minecraft.advancements.criterion.EntitySubPredicates
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MapCodec<FishingHookPredicate> static final MapCodec<LightningBoltPredicate> static final MapCodec<PlayerPredicate> static final MapCodec<RaiderPredicate> static final MapCodec<SheepPredicate> static final MapCodec<SlimePredicate> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MapCodec<? extends EntitySubPredicate> bootstrap(Registry<MapCodec<? extends EntitySubPredicate>> registry) private static <T extends EntitySubPredicate>
MapCodec<T>
-
Field Details
-
LIGHTNING
-
FISHING_HOOK
-
PLAYER
-
SLIME
-
RAIDER
-
SHEEP
-
-
Constructor Details
-
EntitySubPredicates
public EntitySubPredicates()
-
-
Method Details
-
register
-
bootstrap
public static MapCodec<? extends EntitySubPredicate> bootstrap(Registry<MapCodec<? extends EntitySubPredicate>> registry)
-