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 block, WorldAccess level, Direction facing, BlockPos center, Map<BlockPos, SideChaining.Neighbor> cache) SideChainNeighbor(WorldAccess level, SideChaining block, BlockPos pos, SideChainPart part) Creates an instance of aSideChainNeighborrecord class.