Package net.minecraft
Record Class class_11587.class_11590
java.lang.Object
java.lang.Record
net.minecraft.class_11587.class_11590
- Record Components:
block-level-facing-center-cache-
- Enclosing interface:
class_11587
public static record class_11587.class_11590(class_11587 block, WorldAccess level, Direction facing, BlockPos center, Map<BlockPos,class_11587.class_11589> cache)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_11587$class_11590intermediary net/minecraft/class_11587$class_11590official dyi$cnamed blockintermediary comp_4438official anamed levelintermediary comp_4439official bnamed facingintermediary comp_4440official cnamed centerintermediary comp_4441official dnamed cacheintermediary comp_4442official e
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_11587The field for theblockrecord component.private final Map<BlockPos, class_11587.class_11589> The field for thecacherecord component.private final BlockPosThe field for thecenterrecord component.private final DirectionThe field for thefacingrecord component.private final WorldAccessThe field for thelevelrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_11590(class_11587 class_11587, WorldAccess worldAccess, Direction direction, BlockPos blockPos, Map<BlockPos, class_11587.class_11589> map) -
Method Summary
Modifier and TypeMethodDescriptionblock()Returns the value of theblockrecord component.cache()Returns the value of thecacherecord component.center()Returns the value of thecenterrecord component.final booleanIndicates whether some other object is "equal to" this one.facing()Returns the value of thefacingrecord component.final inthashCode()Returns a hash code value for this object.level()Returns the value of thelevelrecord component.method_72637(int int2) private booleanmethod_72638(BlockState blockState) private class_11587.class_11589method_72639(BlockPos blockPos) private class_11587.class_11589method_72640(Direction direction, Integer integer) method_72642(int int2) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_11590
public class_11590(class_11587 class_11587, WorldAccess worldAccess, Direction direction, BlockPos blockPos, Map<BlockPos, class_11587.class_11589> map)
-
-
Method Details
-
method_72638
- Mappings:
Namespace Name Mixin selector named method_72638Lnet/minecraft/class_11587$class_11590;method_72638(Lnet/minecraft/block/BlockState;)Zintermediary method_72638Lnet/minecraft/class_11587$class_11590;method_72638(Lnet/minecraft/class_2680;)Zofficial aLdyi$c;a(Lefg;)Z
-
method_72639
- Mappings:
Namespace Name Mixin selector named method_72639Lnet/minecraft/class_11587$class_11590;method_72639(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/class_11587$class_11589;intermediary method_72639Lnet/minecraft/class_11587$class_11590;method_72639(Lnet/minecraft/class_2338;)Lnet/minecraft/class_11587$class_11589;official aLdyi$c;a(Ljb;)Ldyi$b;
-
method_72640
- Mappings:
Namespace Name Mixin selector named method_72640Lnet/minecraft/class_11587$class_11590;method_72640(Lnet/minecraft/util/math/Direction;Ljava/lang/Integer;)Lnet/minecraft/class_11587$class_11589;intermediary method_72640Lnet/minecraft/class_11587$class_11590;method_72640(Lnet/minecraft/class_2350;Ljava/lang/Integer;)Lnet/minecraft/class_11587$class_11589;official aLdyi$c;a(Ljh;Ljava/lang/Integer;)Ldyi$b;
-
method_72637
- Mappings:
Namespace Name Mixin selector named method_72637Lnet/minecraft/class_11587$class_11590;method_72637(I)Lnet/minecraft/class_11587$class_11589;intermediary method_72637Lnet/minecraft/class_11587$class_11590;method_72637(I)Lnet/minecraft/class_11587$class_11589;official aLdyi$c;a(I)Ldyi$b;
-
method_72642
- Mappings:
Namespace Name Mixin selector named method_72642Lnet/minecraft/class_11587$class_11590;method_72642(I)Lnet/minecraft/class_11587$class_11589;intermediary method_72642Lnet/minecraft/class_11587$class_11590;method_72642(I)Lnet/minecraft/class_11587$class_11589;official bLdyi$c;b(I)Ldyi$b;
-
method_72636
- Mappings:
Namespace Name Mixin selector named method_72636Lnet/minecraft/class_11587$class_11590;method_72636()Lnet/minecraft/class_11587$class_11589;intermediary method_72636Lnet/minecraft/class_11587$class_11590;method_72636()Lnet/minecraft/class_11587$class_11589;official aLdyi$c;a()Ldyi$b;
-
method_72641
- Mappings:
Namespace Name Mixin selector named method_72641Lnet/minecraft/class_11587$class_11590;method_72641()Lnet/minecraft/class_11587$class_11589;intermediary method_72641Lnet/minecraft/class_11587$class_11590;method_72641()Lnet/minecraft/class_11587$class_11589;official bLdyi$c;b()Ldyi$b;
-
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). -
block
Returns the value of theblockrecord component.- Returns:
- the value of the
blockrecord component
-
level
Returns the value of thelevelrecord component.- Returns:
- the value of the
levelrecord component
-
facing
Returns the value of thefacingrecord component.- Returns:
- the value of the
facingrecord component
-
center
Returns the value of thecenterrecord component.- Returns:
- the value of the
centerrecord component
-
cache
Returns the value of thecacherecord component.- Returns:
- the value of the
cacherecord component
-