Uses of Interface
net.minecraft.block.SideChaining
Packages that use SideChaining
-
Uses of SideChaining in net.minecraft.block
Classes in net.minecraft.block that implement SideChainingFields in net.minecraft.block declared as SideChainingModifier and TypeFieldDescriptionprivate final SideChainingSideChaining.Neighbors.blockThe field for theblockrecord component.private final SideChainingSideChaining.SideChainNeighbor.blockThe field for theblockrecord component.Methods in net.minecraft.block that return SideChainingModifier and TypeMethodDescriptionSideChaining.Neighbors.block()Returns the value of theblockrecord component.SideChaining.SideChainNeighbor.block()Returns the value of theblockrecord component.Constructors in net.minecraft.block with parameters of type SideChainingModifierConstructorDescriptionNeighbors(SideChaining sideChaining, WorldAccess worldAccess, Direction direction, BlockPos blockPos, Map<BlockPos, SideChaining.Neighbor> map) SideChainNeighbor(WorldAccess worldAccess, SideChaining sideChaining, BlockPos blockPos, SideChainPart sideChainPart)