Package net.jcm.vsch.accessor
Interface INodeLevelChunkSection
- All Known Implementing Classes:
MixinLevelChunkSection
public interface INodeLevelChunkSection
-
Method Summary
Modifier and TypeMethodDescriptionPipeNode[][]Do NOT modify the returned array.starlance$getNode(int x, int y, int z, int index) PipeNode[]starlance$getNodes(int x, int y, int z) Do NOT modify the returned array.booleanvoidstarlance$readNodes(NodeLevel level, net.minecraft.core.SectionPos sectionPos, net.minecraft.network.FriendlyByteBuf buf) starlance$setNode(int x, int y, int z, int index, PipeNode node) voidstarlance$writeNodes(net.minecraft.network.FriendlyByteBuf buf)
-
Method Details
-
starlance$getAllNodes
PipeNode[][] starlance$getAllNodes()Do NOT modify the returned array. -
starlance$getNode
-
starlance$getNodes
Do NOT modify the returned array. -
starlance$setNode
-
starlance$hasAnyNode
boolean starlance$hasAnyNode() -
starlance$writeNodes
void starlance$writeNodes(net.minecraft.network.FriendlyByteBuf buf) -
starlance$readNodes
void starlance$readNodes(NodeLevel level, net.minecraft.core.SectionPos sectionPos, net.minecraft.network.FriendlyByteBuf buf)
-