Package net.minecraft.predicate.entity
Record Class LocationPredicate
java.lang.Object
java.lang.Record
net.minecraft.predicate.entity.LocationPredicate
- Record Components:
position-biomes-structures-dimension-smokey-light-block-fluid-
public record LocationPredicate(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)
extends Record
- Mappings:
Namespace Name official ckintermediary net/minecraft/class_2090named net/minecraft/predicate/entity/LocationPredicateofficial bintermediary comp_1794named positionofficial cintermediary comp_2375named biomesofficial dintermediary comp_2376named structuresofficial eintermediary comp_1797named dimensionofficial fintermediary comp_1798named smokeyofficial gintermediary comp_1799named lightofficial hintermediary comp_1800named blockofficial iintermediary comp_1801named fluid
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classprivate static final record -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryList<Biome>> The field for thebiomesrecord component.private final Optional<BlockPredicate> The field for theblockrecord component.static final com.mojang.serialization.Codec<LocationPredicate> private final Optional<RegistryKey<World>> 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.PositionRange> The field for thepositionrecord component.The field for thesmokeyrecord component.private final Optional<RegistryEntryList<Structure>> The field for thestructuresrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionLocationPredicate(Optional<LocationPredicate.PositionRange> optional, Optional<RegistryEntryList<Biome>> optional2, Optional<RegistryEntryList<Structure>> optional3, Optional<RegistryKey<World>> optional4, Optional<Boolean> optional5, Optional<LightPredicate> optional6, Optional<BlockPredicate> optional7, Optional<FluidPredicate> optional8) -
Method Summary
Modifier and TypeMethodDescriptionbiomes()Returns the value of thebiomesrecord 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.position()Returns the value of thepositionrecord component.smokey()Returns the value of thesmokeyrecord component.Returns the value of thestructuresrecord component.booleantest(ServerWorld world, double x, double y, double z) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
position
The field for thepositionrecord component. -
biomes
The field for thebiomesrecord component. -
structures
The field for thestructuresrecord 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
- Mappings:
Namespace Name Mixin selector official aLck;a:Lcom/mojang/serialization/Codec;intermediary field_45760Lnet/minecraft/class_2090;field_45760:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/predicate/entity/LocationPredicate;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
LocationPredicate
public LocationPredicate(Optional<LocationPredicate.PositionRange> optional, Optional<RegistryEntryList<Biome>> optional2, Optional<RegistryEntryList<Structure>> optional3, Optional<RegistryKey<World>> optional4, Optional<Boolean> optional5, Optional<LightPredicate> optional6, Optional<BlockPredicate> optional7, Optional<FluidPredicate> optional8)
-
-
Method Details
-
test
- Mappings:
Namespace Name Mixin selector official aLck;a(Lapu;DDD)Zintermediary method_9018Lnet/minecraft/class_2090;method_9018(Lnet/minecraft/class_3218;DDD)Znamed testLnet/minecraft/predicate/entity/LocationPredicate;test(Lnet/minecraft/server/world/ServerWorld;DDD)Z
-
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
-
biomes
Returns the value of thebiomesrecord component.- Returns:
- the value of the
biomesrecord component
-
structures
Returns the value of thestructuresrecord component.- Returns:
- the value of the
structuresrecord 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
-