Class Block.NeighborGroup

java.lang.Object
net.minecraft.block.Block.NeighborGroup
Enclosing class:
Block

public static final class Block.NeighborGroup extends Object
Mappings:
Namespace Name
official bcs$a
intermediary net/minecraft/class_197$class_3691
named net/minecraft/block/Block$NeighborGroup
  • Field Details

    • self

      private final BlockState self
      Mappings:
      Namespace Name Mixin selector
      official a Lbcs$a;a:Lblc;
      intermediary field_17751 Lnet/minecraft/class_197$class_3691;field_17751:Lnet/minecraft/class_2232;
      named self Lnet/minecraft/block/Block$NeighborGroup;self:Lnet/minecraft/block/BlockState;
    • other

      private final BlockState other
      Mappings:
      Namespace Name Mixin selector
      official b Lbcs$a;b:Lblc;
      intermediary field_17752 Lnet/minecraft/class_197$class_3691;field_17752:Lnet/minecraft/class_2232;
      named other Lnet/minecraft/block/Block$NeighborGroup;other:Lnet/minecraft/block/BlockState;
    • facing

      private final Direction facing
      Mappings:
      Namespace Name Mixin selector
      official c Lbcs$a;c:Leq;
      intermediary field_17753 Lnet/minecraft/class_197$class_3691;field_17753:Lnet/minecraft/class_1354;
      named facing Lnet/minecraft/block/Block$NeighborGroup;facing:Lnet/minecraft/util/math/Direction;
  • Constructor Details

    • NeighborGroup

      public NeighborGroup(BlockState blockState, BlockState blockState2, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbcs$a;<init>(Lblc;Lblc;Leq;)V
      intermediary <init> Lnet/minecraft/class_197$class_3691;<init>(Lnet/minecraft/class_2232;Lnet/minecraft/class_2232;Lnet/minecraft/class_1354;)V
      named <init> Lnet/minecraft/block/Block$NeighborGroup;<init>(Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Direction;)V
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Lbcs$a;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_197$class_3691;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/block/Block$NeighborGroup;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      Mappings:
      Namespace Name Mixin selector
      official hashCode Lbcs$a;hashCode()I
      intermediary hashCode Lnet/minecraft/class_197$class_3691;hashCode()I
      named hashCode Lnet/minecraft/block/Block$NeighborGroup;hashCode()I