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 pPos) private SideChainPartBlock.NeighborSideChainPartBlock.Neighbors.getOrCreateNeighbor(Direction pDirection, Integer pDistance) SideChainPartBlock.Neighbors.left()SideChainPartBlock.Neighbors.left(int pDistance) SideChainPartBlock.Neighbors.right()SideChainPartBlock.Neighbors.right(int pDistance) 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> pNeighborGetter, SideChainPart pPart, Consumer<BlockPos> pOutput) 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.