Uses of Interface
net.minecraft.world.level.block.SideChainPartBlock
Packages that use SideChainPartBlock
-
Uses of SideChainPartBlock in net.minecraft.world.level.block
Classes in net.minecraft.world.level.block that implement SideChainPartBlockFields in net.minecraft.world.level.block declared as SideChainPartBlockModifier and TypeFieldDescriptionprivate final SideChainPartBlockSideChainPartBlock.Neighbors.blockThe field for theblockrecord component.private final SideChainPartBlockSideChainPartBlock.SideChainNeighbor.blockThe field for theblockrecord component.Methods in net.minecraft.world.level.block that return SideChainPartBlockModifier and TypeMethodDescriptionSideChainPartBlock.Neighbors.block()Returns the value of theblockrecord component.SideChainPartBlock.SideChainNeighbor.block()Returns the value of theblockrecord component.Constructors in net.minecraft.world.level.block with parameters of type SideChainPartBlockModifierConstructorDescriptionNeighbors(SideChainPartBlock block, LevelAccessor level, Direction facing, BlockPos center, Map<BlockPos, SideChainPartBlock.Neighbor> cache) Creates an instance of aNeighborsrecord class.SideChainNeighbor(LevelAccessor level, SideChainPartBlock block, BlockPos pos, SideChainPart part) Creates an instance of aSideChainNeighborrecord class.