Uses of Record Class
net.minecraft.predicate.entity.LocationPredicate.PositionRange
Packages that use LocationPredicate.PositionRange
-
Uses of LocationPredicate.PositionRange in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type LocationPredicate.PositionRangeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LocationPredicate.PositionRange> LocationPredicate.PositionRange.CODECprivate final Optional<LocationPredicate.PositionRange> LocationPredicate.positionThe field for thepositionrecord component.Methods in net.minecraft.predicate.entity that return types with arguments of type LocationPredicate.PositionRangeModifier and TypeMethodDescription(package private) static Optional<LocationPredicate.PositionRange> LocationPredicate.PositionRange.create(NumberRange.DoubleRange x, NumberRange.DoubleRange y, NumberRange.DoubleRange z) LocationPredicate.position()Returns the value of thepositionrecord component.Constructor parameters in net.minecraft.predicate.entity with type arguments of type LocationPredicate.PositionRangeModifierConstructorDescriptionLocationPredicate(Optional<LocationPredicate.PositionRange> position, Optional<RegistryEntryList<Biome>> biomes, Optional<RegistryEntryList<Structure>> structures, Optional<RegistryKey<World>> dimension, Optional<Boolean> smokey, Optional<LightPredicate> light, Optional<BlockPredicate> block, Optional<FluidPredicate> fluid, Optional<Boolean> canSeeSky) Creates an instance of aLocationPredicaterecord class.