Package net.minecraft
Record Class class_11587.class_11591
java.lang.Object
java.lang.Record
net.minecraft.class_11587.class_11591
- Record Components:
level-block-pos-part-
- All Implemented Interfaces:
class_11587.class_11589
- Enclosing interface:
class_11587
public static record class_11587.class_11591(WorldAccess level, class_11587 block, BlockPos pos, class_11598 part)
extends Record
implements class_11587.class_11589
- Mappings:
Namespace Name named net/minecraft/class_11587$class_11591intermediary net/minecraft/class_11587$class_11591official dyi$dnamed levelintermediary comp_4443official anamed blockintermediary comp_4444official bnamed posintermediary comp_4437official cnamed partintermediary comp_4445official d
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_11587The field for theblockrecord component.private final WorldAccessThe field for thelevelrecord component.private final class_11598The field for thepartrecord component.private final BlockPosThe field for theposrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_11591(WorldAccess worldAccess, class_11587 class_11587, BlockPos blockPos, class_11598 class_11598) -
Method Summary
Modifier and TypeMethodDescriptionblock()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.level()Returns the value of thelevelrecord component.booleanbooleanmethod_72631(class_11598 class_11598) voidvoidvoidvoidpart()Returns the value of thepartrecord component.pos()Returns the value of theposrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_11591
public class_11591(WorldAccess worldAccess, class_11587 class_11587, BlockPos blockPos, class_11598 class_11598)
-
-
Method Details
-
method_72630
public boolean method_72630()- Specified by:
method_72630in interfaceclass_11587.class_11589- Mappings:
Namespace Name Mixin selector named method_72630Lnet/minecraft/class_11587$class_11589;method_72630()Zintermediary method_72630Lnet/minecraft/class_11587$class_11589;method_72630()Zofficial aLdyi$b;a()Z
-
method_72631
- Specified by:
method_72631in interfaceclass_11587.class_11589- Mappings:
Namespace Name Mixin selector named method_72631Lnet/minecraft/class_11587$class_11589;method_72631(Lnet/minecraft/class_11598;)Zintermediary method_72631Lnet/minecraft/class_11587$class_11589;method_72631(Lnet/minecraft/class_11598;)Zofficial aLdyi$b;a(Lego;)Z
-
method_72632
public void method_72632()- Specified by:
method_72632in interfaceclass_11587.class_11589- Mappings:
Namespace Name Mixin selector named method_72632Lnet/minecraft/class_11587$class_11589;method_72632()Vintermediary method_72632Lnet/minecraft/class_11587$class_11589;method_72632()Vofficial cLdyi$b;c()V
-
method_72633
public void method_72633()- Specified by:
method_72633in interfaceclass_11587.class_11589- Mappings:
Namespace Name Mixin selector named method_72633Lnet/minecraft/class_11587$class_11589;method_72633()Vintermediary method_72633Lnet/minecraft/class_11587$class_11589;method_72633()Vofficial dLdyi$b;d()V
-
method_72634
public void method_72634()- Specified by:
method_72634in interfaceclass_11587.class_11589- Mappings:
Namespace Name Mixin selector named method_72634Lnet/minecraft/class_11587$class_11589;method_72634()Vintermediary method_72634Lnet/minecraft/class_11587$class_11589;method_72634()Vofficial eLdyi$b;e()V
-
method_72635
public void method_72635()- Specified by:
method_72635in interfaceclass_11587.class_11589- Mappings:
Namespace Name Mixin selector named method_72635Lnet/minecraft/class_11587$class_11589;method_72635()Vintermediary method_72635Lnet/minecraft/class_11587$class_11589;method_72635()Vofficial fLdyi$b;f()V
-
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). -
level
Returns the value of thelevelrecord component.- Returns:
- the value of the
levelrecord component
-
block
Returns the value of theblockrecord component.- Returns:
- the value of the
blockrecord component
-
pos
Returns the value of theposrecord component.- Specified by:
posin interfaceclass_11587.class_11589- Returns:
- the value of the
posrecord component
-
part
Returns the value of thepartrecord component.- Returns:
- the value of the
partrecord component
-