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 LocationPredicate
NetherTravelCriterion.Conditions.enteredPos
private LocationPredicate
NetherTravelCriterion.Conditions.exitedPos
private LocationPredicate
ItemUsedOnBlockCriterion.Conditions.location
private LocationPredicate
LocationArrivalCriterion.Conditions.location
private LocationPredicate
PlacedBlockCriterion.Conditions.location
Methods in net.minecraft.advancement.criterion with parameters of type LocationPredicateModifier and TypeMethodDescriptionLocationArrivalCriterion.Conditions.create(LocationPredicate location)
Constructors in net.minecraft.advancement.criterion with parameters of type LocationPredicateModifierConstructorDescriptionConditions(EntityPredicate.Extended player, LocationPredicate location, ItemPredicate item)
Conditions(Identifier id, EntityPredicate.Extended player, LocationPredicate location)
Conditions(EntityPredicate.Extended player, LocationPredicate enteredPos, LocationPredicate exitedPos, DistancePredicate distance)
Conditions(EntityPredicate.Extended player, @Nullable Block block, StatePredicate state, LocationPredicate location, ItemPredicate item)
-
Uses of LocationPredicate in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition declared as LocationPredicateConstructors in net.minecraft.loot.condition with parameters of type LocationPredicateModifierConstructorDescriptionprivate
LocationCheckLootCondition(LocationPredicate predicate, BlockPos offset)
-
Uses of LocationPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as LocationPredicateModifier and TypeFieldDescriptionstatic LocationPredicate
LocationPredicate.ANY
private LocationPredicate
EntityPredicate.Builder.location
private LocationPredicate
EntityPredicate.location
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(StructureFeature<?> feature)
static LocationPredicate
LocationPredicate.fromJson(@Nullable JsonElement json)
Methods in net.minecraft.predicate.entity with parameters of type LocationPredicateConstructors in net.minecraft.predicate.entity with parameters of type LocationPredicateModifierConstructorDescriptionprivate
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)
private
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)