Uses of Interface
net.minecraft.block.SideChaining.Neighbor
Packages that use SideChaining.Neighbor
-
Uses of SideChaining.Neighbor in net.minecraft.block
Classes in net.minecraft.block that implement SideChaining.NeighborModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.block with type parameters of type SideChaining.NeighborModifier and TypeFieldDescriptionprivate final Map<BlockPos, SideChaining.Neighbor> SideChaining.Neighbors.cacheThe field for thecacherecord component.Methods in net.minecraft.block that return SideChaining.NeighborModifier and TypeMethodDescriptionprivate SideChaining.NeighborSideChaining.Neighbors.createNeighbor(BlockPos pos) SideChaining.Neighbors.getLeftNeighbor()SideChaining.Neighbors.getLeftNeighbor(int distance) private SideChaining.NeighborSideChaining.Neighbors.getOrCreateNeighbor(Direction direction, Integer distance) SideChaining.Neighbors.getRightNeighbor()SideChaining.Neighbors.getRightNeighbor(int distance) Methods in net.minecraft.block that return types with arguments of type SideChaining.NeighborModifier and TypeMethodDescriptionSideChaining.Neighbors.cache()Returns the value of thecacherecord component.Method parameters in net.minecraft.block with type arguments of type SideChaining.NeighborModifier and TypeMethodDescriptionprivate voidSideChaining.forEachNeighborTowards(IntFunction<SideChaining.Neighbor> neighborGetter, SideChainPart part, Consumer<BlockPos> posConsumer) Constructor parameters in net.minecraft.block with type arguments of type SideChaining.NeighborModifierConstructorDescriptionNeighbors(SideChaining sideChaining, WorldAccess worldAccess, Direction direction, BlockPos blockPos, Map<BlockPos, SideChaining.Neighbor> map)