Package net.minecraft.block
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 bwu$a
intermediary net/minecraft/class_2248$class_2249
named net/minecraft/block/Block$NeighborGroup
-
Field Summary
Fields Modifier and Type Field Description private Direction
facing
private BlockState
other
private BlockState
self
-
Constructor Summary
Constructors Constructor Description NeighborGroup(BlockState self, BlockState other, Direction facing)
-
Method Summary
-
Field Details
-
self
- Mappings:
Namespace Name Mixin selector official a
Lbwu$a;a:Lcht;
intermediary field_10652
Lnet/minecraft/class_2248$class_2249;field_10652:Lnet/minecraft/class_2680;
named self
Lnet/minecraft/block/Block$NeighborGroup;self:Lnet/minecraft/block/BlockState;
-
other
- Mappings:
Namespace Name Mixin selector official b
Lbwu$a;b:Lcht;
intermediary field_10654
Lnet/minecraft/class_2248$class_2249;field_10654:Lnet/minecraft/class_2680;
named other
Lnet/minecraft/block/Block$NeighborGroup;other:Lnet/minecraft/block/BlockState;
-
facing
- Mappings:
Namespace Name Mixin selector official c
Lbwu$a;c:Lgc;
intermediary field_10653
Lnet/minecraft/class_2248$class_2249;field_10653:Lnet/minecraft/class_2350;
named facing
Lnet/minecraft/block/Block$NeighborGroup;facing:Lnet/minecraft/util/math/Direction;
-
-
Constructor Details
-
NeighborGroup
- Mappings:
Namespace Name Mixin selector official <init>
Lbwu$a;<init>(Lcht;Lcht;Lgc;)V
intermediary <init>
Lnet/minecraft/class_2248$class_2249;<init>(Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2350;)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
-
hashCode
public int hashCode()
-