Package net.minecraft
Record Class class_11895.class_11896
java.lang.Object
java.lang.Record
net.minecraft.class_11895.class_11896
- Record Components:
bitsInMemory-bitsInStorage-
- All Implemented Interfaces:
class_11895
- Enclosing interface:
class_11895
public static record class_11895.class_11896(int bitsInMemory, int bitsInStorage)
extends Record
implements class_11895
- Mappings:
Namespace Name named net/minecraft/class_11895$class_11896intermediary net/minecraft/class_11895$class_11896official eks$anamed bitsInMemoryintermediary comp_4783official anamed bitsInStorageintermediary comp_4784official b
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_11895
class_11895.class_11896, class_11895.DataProvider -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intThe field for thebitsInMemoryrecord component.private final intThe field for thebitsInStoragerecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of thebitsInMemoryrecord component.intReturns the value of thebitsInStoragerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.boolean<T> Palette<T> method_74152(PaletteProvider<T> paletteProvider, List<T> list) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
bitsInMemory
private final int bitsInMemoryThe field for thebitsInMemoryrecord component. -
bitsInStorage
private final int bitsInStorageThe field for thebitsInStoragerecord component.
-
-
Constructor Details
-
class_11896
public class_11896(int int2, int int3)
-
-
Method Details
-
method_74151
public boolean method_74151()- Specified by:
method_74151in interfaceclass_11895- Mappings:
Namespace Name Mixin selector named method_74151Lnet/minecraft/class_11895;method_74151()Zintermediary method_74151Lnet/minecraft/class_11895;method_74151()Zofficial aLeks;a()Z
-
method_74152
- Specified by:
method_74152in interfaceclass_11895- Mappings:
Namespace Name Mixin selector named method_74152Lnet/minecraft/class_11895;method_74152(Lnet/minecraft/world/chunk/PaletteProvider;Ljava/util/List;)Lnet/minecraft/world/chunk/Palette;intermediary method_74152Lnet/minecraft/class_11895;method_74152(Lnet/minecraft/class_6563;Ljava/util/List;)Lnet/minecraft/class_2837;official aLeks;a(Lell;Ljava/util/List;)Lele;
-
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 with '=='. -
bitsInMemory
public int bitsInMemory()Returns the value of thebitsInMemoryrecord component.- Specified by:
bitsInMemoryin interfaceclass_11895- Returns:
- the value of the
bitsInMemoryrecord component
-
bitsInStorage
public int bitsInStorage()Returns the value of thebitsInStoragerecord component.- Specified by:
bitsInStoragein interfaceclass_11895- Returns:
- the value of the
bitsInStoragerecord component
-