Package net.minecraft.predicate.entity
Record Class PlayerPredicate.class_8749<T>
java.lang.Object
java.lang.Record
net.minecraft.predicate.entity.PlayerPredicate.class_8749<T>
- Record Components:
type
-value
-range
-stat
-
- Enclosing class:
PlayerPredicate
private static record PlayerPredicate.class_8749<T>(StatType<T> type, RegistryEntry<T> value, NumberRange.IntRange range, Supplier<Stat<T>> stat)
extends Record
- Mappings:
Namespace Name official cp$e
intermediary net/minecraft/class_4553$class_8749
named net/minecraft/predicate/entity/PlayerPredicate$class_8749
official b
intermediary comp_1825
named type
official c
intermediary comp_1826
named value
official d
intermediary comp_1827
named range
official e
intermediary comp_1828
named stat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerPredicate.class_8749<?>>
private final NumberRange.IntRange
The field for therange
record component.The field for thestat
record component.The field for thetype
record component.private final RegistryEntry<T>
The field for thevalue
record component. -
Constructor Summary
ConstructorsModifierConstructorDescriptionclass_8749
(StatType<T> statType, RegistryEntry<T> registryEntry, NumberRange.IntRange intRange) private
class_8749
(StatType<T> statType, RegistryEntry<T> registryEntry, NumberRange.IntRange intRange, Supplier<Stat<T>> supplier) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.private static <T> com.mojang.serialization.Codec<PlayerPredicate.class_8749<T>>
method_53224
(StatType<T> statType) boolean
method_53228
(StatHandler statHandler) range()
Returns the value of therange
record component.stat()
Returns the value of thestat
record component.final String
toString()
Returns a string representation of this record class.type()
Returns the value of thetype
record component.value()
Returns the value of thevalue
record component.
-
Field Details
-
type
The field for thetype
record component. -
value
The field for thevalue
record component. -
range
The field for therange
record component. -
stat
The field for thestat
record component. -
field_45774
- Mappings:
Namespace Name Mixin selector official a
Lcp$e;a:Lcom/mojang/serialization/Codec;
intermediary field_45774
Lnet/minecraft/class_4553$class_8749;field_45774:Lcom/mojang/serialization/Codec;
named field_45774
Lnet/minecraft/predicate/entity/PlayerPredicate$class_8749;field_45774:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_8749
public class_8749(StatType<T> statType, RegistryEntry<T> registryEntry, NumberRange.IntRange intRange) -
class_8749
private class_8749(StatType<T> statType, RegistryEntry<T> registryEntry, NumberRange.IntRange intRange, Supplier<Stat<T>> supplier)
-
-
Method Details
-
method_53224
private static <T> com.mojang.serialization.Codec<PlayerPredicate.class_8749<T>> method_53224(StatType<T> statType) - Mappings:
Namespace Name Mixin selector official a
Lcp$e;a(Lapf;)Lcom/mojang/serialization/Codec;
intermediary method_53224
Lnet/minecraft/class_4553$class_8749;method_53224(Lnet/minecraft/class_3448;)Lcom/mojang/serialization/Codec;
named method_53224
Lnet/minecraft/predicate/entity/PlayerPredicate$class_8749;method_53224(Lnet/minecraft/stat/StatType;)Lcom/mojang/serialization/Codec;
-
method_53228
- Mappings:
Namespace Name Mixin selector official a
Lcp$e;a(Laph;)Z
intermediary method_53228
Lnet/minecraft/class_4553$class_8749;method_53228(Lnet/minecraft/class_3469;)Z
named method_53228
Lnet/minecraft/predicate/entity/PlayerPredicate$class_8749;method_53228(Lnet/minecraft/stat/StatHandler;)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)
. -
type
Returns the value of thetype
record component.- Returns:
- the value of the
type
record component
-
value
Returns the value of thevalue
record component.- Returns:
- the value of the
value
record component
-
range
Returns the value of therange
record component.- Returns:
- the value of the
range
record component
-
stat
Returns the value of thestat
record component.- Returns:
- the value of the
stat
record component
-