Record Class StandBlockEntity.StarcatcherGameProfileCache
java.lang.Object
java.lang.Record
com.wdiscute.starcatcher.blocks.stand.StandBlockEntity.StarcatcherGameProfileCache
- Enclosing class:
StandBlockEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StandBlockEntity.StarcatcherGameProfileCache> -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aStarcatcherGameProfileCacherecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.map()Returns the value of themaprecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
GAME_PROFILES_CODEC
public static final com.mojang.serialization.Codec<StandBlockEntity.StarcatcherGameProfileCache> GAME_PROFILES_CODEC
-
-
Constructor Details
-
StarcatcherGameProfileCache
-
-
Method Details
-
toString
-
hashCode
-
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). -
map
-