Uses of Interface
net.minecraft.world.level.block.SideChainPartBlock.Neighbor
Packages that use SideChainPartBlock.Neighbor
-
Uses of SideChainPartBlock.Neighbor in net.minecraft.world.level.block
Classes in net.minecraft.world.level.block that implement SideChainPartBlock.NeighborModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.world.level.block with type parameters of type SideChainPartBlock.NeighborModifier and TypeFieldDescriptionprivate final Map<BlockPos, SideChainPartBlock.Neighbor> SideChainPartBlock.Neighbors.cacheThe field for thecacherecord component.Methods in net.minecraft.world.level.block that return SideChainPartBlock.NeighborModifier and TypeMethodDescriptionprivate SideChainPartBlock.NeighborSideChainPartBlock.Neighbors.createNewNeighbor(BlockPos pos) private SideChainPartBlock.NeighborSideChainPartBlock.Neighbors.getOrCreateNeighbor(Direction dir, Integer steps) SideChainPartBlock.Neighbors.left()SideChainPartBlock.Neighbors.left(int steps) SideChainPartBlock.Neighbors.right()SideChainPartBlock.Neighbors.right(int steps) Methods in net.minecraft.world.level.block that return types with arguments of type SideChainPartBlock.NeighborModifier and TypeMethodDescriptionSideChainPartBlock.Neighbors.cache()Returns the value of thecacherecord component.Method parameters in net.minecraft.world.level.block with type arguments of type SideChainPartBlock.NeighborModifier and TypeMethodDescriptionprivate voidSideChainPartBlock.addBlocksConnectingTowards(IntFunction<SideChainPartBlock.Neighbor> getNeighbor, SideChainPart endPart, Consumer<BlockPos> accumulator) Constructor parameters in net.minecraft.world.level.block with type arguments of type SideChainPartBlock.NeighborModifierConstructorDescriptionNeighbors(SideChainPartBlock block, LevelAccessor level, Direction facing, BlockPos center, Map<BlockPos, SideChainPartBlock.Neighbor> cache) Creates an instance of aNeighborsrecord class.