Package net.minecraft.predicate
Record Class StatePredicate
java.lang.Object
java.lang.Record
net.minecraft.predicate.StatePredicate
- Record Components:
- conditions-
- Mappings:
- Namespace - Name - named - net/minecraft/predicate/StatePredicate- intermediary - net/minecraft/class_4559- official - ds- named - conditions- intermediary - comp_1830- official - c
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classprivate static final recordprivate static final recordprivate static final recordprivate static interface
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StatePredicate> private static final com.mojang.serialization.Codec<List<StatePredicate.Condition>> private final List<StatePredicate.Condition> The field for theconditionsrecord component.static final PacketCodec<ByteBuf, StatePredicate> 
- 
Constructor SummaryConstructorsConstructorDescriptionStatePredicate(List<StatePredicate.Condition> conditions) Creates an instance of aStatePredicaterecord class.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of theconditionsrecord component.final booleanIndicates whether some other object is "equal to" this one.findMissing(StateManager<?, ?> stateManager) final inthashCode()Returns a hash code value for this object.booleantest(BlockState state) booleantest(FluidState state) <S extends State<?,S>> 
 booleantest(StateManager<?, S> stateManager, S container) final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
conditionsThe field for theconditionsrecord component.
- 
CONDITION_LIST_CODECprivate static final com.mojang.serialization.Codec<List<StatePredicate.Condition>> CONDITION_LIST_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CONDITION_LIST_CODEC- Lnet/minecraft/predicate/StatePredicate;CONDITION_LIST_CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_45778- Lnet/minecraft/class_4559;field_45778:Lcom/mojang/serialization/Codec;- official - d- Lds;d:Lcom/mojang/serialization/Codec;
 
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/predicate/StatePredicate;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_45777- Lnet/minecraft/class_4559;field_45777:Lcom/mojang/serialization/Codec;- official - a- Lds;a:Lcom/mojang/serialization/Codec;
 
- 
PACKET_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - PACKET_CODEC- Lnet/minecraft/predicate/StatePredicate;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_49396- Lnet/minecraft/class_4559;field_49396:Lnet/minecraft/class_9139;- official - b- Lds;b:Lze;
 
 
- 
- 
Constructor Details- 
StatePredicateCreates an instance of aStatePredicaterecord class.- Parameters:
- conditions- the value for the- conditionsrecord component
 
 
- 
- 
Method Details- 
test- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/predicate/StatePredicate;test(Lnet/minecraft/state/StateManager;Lnet/minecraft/state/State;)Z- intermediary - method_22515- Lnet/minecraft/class_4559;method_22515(Lnet/minecraft/class_2689;Lnet/minecraft/class_2688;)Z- official - a- Lds;a(Lebr;Lebs;)Z
 
- 
test- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/predicate/StatePredicate;test(Lnet/minecraft/block/BlockState;)Z- intermediary - method_22514- Lnet/minecraft/class_4559;method_22514(Lnet/minecraft/class_2680;)Z- official - a- Lds;a(Lebq;)Z
 
- 
test- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/predicate/StatePredicate;test(Lnet/minecraft/fluid/FluidState;)Z- intermediary - method_22518- Lnet/minecraft/class_4559;method_22518(Lnet/minecraft/class_3610;)Z- official - a- Lds;a(Leya;)Z
 
- 
findMissing- Mappings:
- Namespace - Name - Mixin selector - named - findMissing- Lnet/minecraft/predicate/StatePredicate;findMissing(Lnet/minecraft/state/StateManager;)Ljava/util/Optional;- intermediary - method_53235- Lnet/minecraft/class_4559;method_53235(Lnet/minecraft/class_2689;)Ljava/util/Optional;- official - a- Lds;a(Lebr;)Ljava/util/Optional;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
conditionsReturns the value of theconditionsrecord component.- Returns:
- the value of the conditionsrecord component
 
 
-