Uses of Class
net.minecraft.predicate.PlayerPredicate
Package | Description |
---|---|
net.minecraft.predicate | |
net.minecraft.predicate.entity |
-
Uses of PlayerPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate declared as PlayerPredicate Modifier and Type Field Description static PlayerPredicate
PlayerPredicate. ANY
Methods in net.minecraft.predicate that return PlayerPredicate Modifier and Type Method Description PlayerPredicate
PlayerPredicate.Builder. build()
static PlayerPredicate
PlayerPredicate. fromJson(@Nullable JsonElement json)
-
Uses of PlayerPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as PlayerPredicate Modifier and Type Field Description private PlayerPredicate
EntityPredicate.Builder. player
private PlayerPredicate
EntityPredicate. player
Methods in net.minecraft.predicate.entity with parameters of type PlayerPredicate Modifier and Type Method Description EntityPredicate.Builder
EntityPredicate.Builder. player(PlayerPredicate player)
Constructors in net.minecraft.predicate.entity with parameters of type PlayerPredicate Constructor Description EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, @Nullable String team, @Nullable Identifier catType)
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, EntityPredicate vehicle, EntityPredicate targetedEntity, @Nullable String team, @Nullable Identifier catType)