Uses of Class
net.minecraft.predicate.entity.LocationPredicate
Packages that use LocationPredicate
Package
Description
-
Uses of LocationPredicate in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion declared as LocationPredicateModifier and TypeFieldDescriptionprivate final LocationPredicate
TravelCriterion.Conditions.startPos
Methods in net.minecraft.advancement.criterion with parameters of type LocationPredicateModifier and TypeMethodDescriptionstatic TickCriterion.Conditions
TickCriterion.Conditions.createLocation
(LocationPredicate location) static TravelCriterion.Conditions
TravelCriterion.Conditions.fallFromHeight
(EntityPredicate.Builder entity, DistancePredicate distance, LocationPredicate startPos) Constructors in net.minecraft.advancement.criterion with parameters of type LocationPredicateModifierConstructorDescriptionConditions
(Identifier id, LootContextPredicate entity, LocationPredicate startPos, DistancePredicate distance) -
Uses of LocationPredicate in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition declared as LocationPredicateModifier and TypeFieldDescription(package private) final LocationPredicate
LocationCheckLootCondition.predicate
Constructors in net.minecraft.loot.condition with parameters of type LocationPredicateModifierConstructorDescription(package private)
LocationCheckLootCondition
(LocationPredicate predicate, BlockPos offset) -
Uses of LocationPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as LocationPredicateModifier and TypeFieldDescriptionstatic final LocationPredicate
LocationPredicate.ANY
private LocationPredicate
EntityPredicate.Builder.location
private final LocationPredicate
EntityPredicate.location
private LocationPredicate
EntityPredicate.Builder.steppingOn
private final LocationPredicate
EntityPredicate.steppingOn
Methods in net.minecraft.predicate.entity that return LocationPredicateModifier and TypeMethodDescriptionstatic LocationPredicate
LocationPredicate.biome
(RegistryKey<Biome> biome) LocationPredicate.Builder.build()
static LocationPredicate
LocationPredicate.dimension
(RegistryKey<World> dimension) static LocationPredicate
LocationPredicate.feature
(RegistryKey<Structure> feature) static LocationPredicate
LocationPredicate.fromJson
(@Nullable JsonElement json) static LocationPredicate
LocationPredicate.y
(NumberRange.FloatRange y) Methods in net.minecraft.predicate.entity with parameters of type LocationPredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.location
(LocationPredicate location) EntityPredicate.Builder.steppingOn
(LocationPredicate location) Constructors in net.minecraft.predicate.entity with parameters of type LocationPredicateModifierConstructorDescriptionprivate
EntityPredicate
(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, TypeSpecificPredicate typeSpecific, @Nullable String team) (package private)
EntityPredicate
(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, TypeSpecificPredicate typeSpecific, EntityPredicate vehicle, EntityPredicate passenger, EntityPredicate targetedEntity, @Nullable String team)