Package net.minecraft.entity.decoration
Record Class Brightness
java.lang.Object
java.lang.Record
net.minecraft.entity.decoration.Brightness
- Record Components:
block-sky-
- Mappings:
Namespace Name intermediary net/minecraft/class_8104official antnamed net/minecraft/entity/decoration/Brightnessintermediary comp_1240official dnamed blockintermediary comp_1241official enamed sky
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intThe field for theblockrecord component.static final com.mojang.serialization.Codec<Brightness>static Brightnessstatic final com.mojang.serialization.Codec<Integer>private final intThe field for theskyrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintblock()Returns the value of theblockrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intpack()intsky()Returns the value of theskyrecord component.final StringtoString()Returns a string representation of this record class.static Brightnessunpack(int packed)
-
Field Details
-
block
private final int blockThe field for theblockrecord component. -
sky
private final int skyThe field for theskyrecord component. -
LIGHT_LEVEL_CODEC
- Mappings:
Namespace Name Mixin selector intermediary field_42262Lnet/minecraft/class_8104;field_42262:Lcom/mojang/serialization/Codec;official aLant;a:Lcom/mojang/serialization/Codec;named LIGHT_LEVEL_CODECLnet/minecraft/entity/decoration/Brightness;LIGHT_LEVEL_CODEC:Lcom/mojang/serialization/Codec;
-
CODEC
- Mappings:
Namespace Name Mixin selector intermediary field_42263Lnet/minecraft/class_8104;field_42263:Lcom/mojang/serialization/Codec;official bLant;b:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/entity/decoration/Brightness;CODEC:Lcom/mojang/serialization/Codec;
-
FULL
- Mappings:
Namespace Name Mixin selector intermediary field_42264Lnet/minecraft/class_8104;field_42264:Lnet/minecraft/class_8104;official cLant;c:Lant;named FULLLnet/minecraft/entity/decoration/Brightness;FULL:Lnet/minecraft/entity/decoration/Brightness;
-
-
Constructor Details
-
Brightness
public Brightness(int int2, int int3)
-
-
Method Details
-
pack
public int pack()- Mappings:
Namespace Name Mixin selector intermediary method_48763Lnet/minecraft/class_8104;method_48763()Iofficial aLant;a()Inamed packLnet/minecraft/entity/decoration/Brightness;pack()I
-
unpack
- Mappings:
Namespace Name Mixin selector intermediary method_48764Lnet/minecraft/class_8104;method_48764(I)Lnet/minecraft/class_8104;official aLant;a(I)Lant;named unpackLnet/minecraft/entity/decoration/Brightness;unpack(I)Lnet/minecraft/entity/decoration/Brightness;
-
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 '=='. -
block
public int block()Returns the value of theblockrecord component.- Returns:
- the value of the
blockrecord component
-
sky
public int sky()Returns the value of theskyrecord component.- Returns:
- the value of the
skyrecord component
-