Record Class LocationPredicate
java.lang.Object
java.lang.Record
net.minecraft.advancements.critereon.LocationPredicate
public record LocationPredicate(Optional<LocationPredicate.PositionPredicate> position, Optional<ResourceKey<Biome>> biome, Optional<ResourceKey<Structure>> structure, Optional<ResourceKey<Level>> dimension, Optional<Boolean> smokey, Optional<LightPredicate> light, Optional<BlockPredicate> block, Optional<FluidPredicate> fluid)
extends Record
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(package private) static final record -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Optional<ResourceKey<Biome>>The field for thebiomerecord component.private final Optional<BlockPredicate>The field for theblockrecord component.static final com.mojang.serialization.Codec<LocationPredicate>private final Optional<ResourceKey<Level>>The field for thedimensionrecord component.private final Optional<FluidPredicate>The field for thefluidrecord component.private final Optional<LightPredicate>The field for thelightrecord component.private final Optional<LocationPredicate.PositionPredicate>The field for thepositionrecord component.The field for thesmokeyrecord component.private final Optional<ResourceKey<Structure>>The field for thestructurerecord component. -
Constructor Summary
ConstructorsConstructorDescriptionLocationPredicate(Optional<LocationPredicate.PositionPredicate> position, Optional<ResourceKey<Biome>> biome, Optional<ResourceKey<Structure>> structure, Optional<ResourceKey<Level>> dimension, Optional<Boolean> smokey, Optional<LightPredicate> light, Optional<BlockPredicate> block, Optional<FluidPredicate> fluid) Creates an instance of aLocationPredicaterecord class. -
Method Summary
Modifier and TypeMethodDescriptionbiome()Returns the value of thebiomerecord component.block()Returns the value of theblockrecord component.Returns the value of thedimensionrecord component.final booleanIndicates whether some other object is "equal to" this one.fluid()Returns the value of thefluidrecord component.final inthashCode()Returns a hash code value for this object.light()Returns the value of thelightrecord component.booleanmatches(ServerLevel p_52618_, double p_52619_, double p_52620_, double p_52621_) private static Optional<LocationPredicate>of(Optional<LocationPredicate.PositionPredicate> p_298583_, Optional<ResourceKey<Biome>> p_299235_, Optional<ResourceKey<Structure>> p_300788_, Optional<ResourceKey<Level>> p_299843_, Optional<Boolean> p_299039_, Optional<LightPredicate> p_297467_, Optional<BlockPredicate> p_298254_, Optional<FluidPredicate> p_297912_) position()Returns the value of thepositionrecord component.smokey()Returns the value of thesmokeyrecord component.Returns the value of thestructurerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
position
The field for thepositionrecord component. -
biome
The field for thebiomerecord component. -
structure
The field for thestructurerecord component. -
dimension
The field for thedimensionrecord component. -
smokey
The field for thesmokeyrecord component. -
light
The field for thelightrecord component. -
block
The field for theblockrecord component. -
fluid
The field for thefluidrecord component. -
CODEC
-
-
Constructor Details
-
LocationPredicate
public LocationPredicate(Optional<LocationPredicate.PositionPredicate> position, Optional<ResourceKey<Biome>> biome, Optional<ResourceKey<Structure>> structure, Optional<ResourceKey<Level>> dimension, Optional<Boolean> smokey, Optional<LightPredicate> light, Optional<BlockPredicate> block, Optional<FluidPredicate> fluid) Creates an instance of aLocationPredicaterecord class.- Parameters:
position- the value for thepositionrecord componentbiome- the value for thebiomerecord componentstructure- the value for thestructurerecord componentdimension- the value for thedimensionrecord componentsmokey- the value for thesmokeyrecord componentlight- the value for thelightrecord componentblock- the value for theblockrecord componentfluid- the value for thefluidrecord component
-
-
Method Details
-
of
private static Optional<LocationPredicate> of(Optional<LocationPredicate.PositionPredicate> p_298583_, Optional<ResourceKey<Biome>> p_299235_, Optional<ResourceKey<Structure>> p_300788_, Optional<ResourceKey<Level>> p_299843_, Optional<Boolean> p_299039_, Optional<LightPredicate> p_297467_, Optional<BlockPredicate> p_298254_, Optional<FluidPredicate> p_297912_) -
matches
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
position
Returns the value of thepositionrecord component.- Returns:
- the value of the
positionrecord component
-
biome
Returns the value of thebiomerecord component.- Returns:
- the value of the
biomerecord component
-
structure
Returns the value of thestructurerecord component.- Returns:
- the value of the
structurerecord component
-
dimension
Returns the value of thedimensionrecord component.- Returns:
- the value of the
dimensionrecord component
-
smokey
Returns the value of thesmokeyrecord component.- Returns:
- the value of the
smokeyrecord component
-
light
Returns the value of thelightrecord component.- Returns:
- the value of the
lightrecord component
-
block
Returns the value of theblockrecord component.- Returns:
- the value of the
blockrecord component
-
fluid
Returns the value of thefluidrecord component.- Returns:
- the value of the
fluidrecord component
-