Uses of Class
net.minecraft.predicate.entity.LocationPredicate
Package
Description
-
Uses of LocationPredicate in net.minecraft.advancement.criterion
Modifier 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
Modifier and TypeMethodDescriptionLocationArrivalCriterion.Conditions.create(LocationPredicate location)
ModifierConstructorDescriptionConditions(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
Modifier and TypeFieldDescription(package private) LocationPredicate
LocationCheckLootCondition.predicate
ModifierConstructorDescription(package private)
LocationCheckLootCondition(LocationPredicate locationPredicate, BlockPos blockPos)
-
Uses of LocationPredicate in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionstatic LocationPredicate
LocationPredicate.ANY
private LocationPredicate
EntityPredicate.field_33912
private LocationPredicate
EntityPredicate.Builder.field_33915
private LocationPredicate
EntityPredicate.Builder.location
private LocationPredicate
EntityPredicate.location
Modifier 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)
Modifier and TypeMethodDescriptionEntityPredicate.Builder.location(LocationPredicate location)
EntityPredicate.Builder.method_37230(LocationPredicate locationPredicate)
ModifierConstructorDescriptionprivate
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, @Nullable String string, @Nullable Identifier identifier)
(package private)
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, EntityPredicate entityPredicate, EntityPredicate entityPredicate2, EntityPredicate entityPredicate3, @Nullable String string, @Nullable Identifier identifier)