Package net.jcm.vsch.mixin.minecraft
Class MixinLevelChunkSection
java.lang.Object
net.jcm.vsch.mixin.minecraft.MixinLevelChunkSection
- All Implemented Interfaces:
INodeLevelChunkSection
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
MixinLevelChunkSection
public MixinLevelChunkSection()
-
-
Method Details
-
starlance$getAllNodes
Description copied from interface:INodeLevelChunkSectionDo NOT modify the returned array.- Specified by:
starlance$getAllNodesin interfaceINodeLevelChunkSection
-
starlance$getNode
- Specified by:
starlance$getNodein interfaceINodeLevelChunkSection
-
starlance$getNodes
Description copied from interface:INodeLevelChunkSectionDo NOT modify the returned array.- Specified by:
starlance$getNodesin interfaceINodeLevelChunkSection
-
starlance$setNode
- Specified by:
starlance$setNodein interfaceINodeLevelChunkSection
-
starlance$hasAnyNode
public boolean starlance$hasAnyNode()- Specified by:
starlance$hasAnyNodein interfaceINodeLevelChunkSection
-
starlance$writeNodes
public void starlance$writeNodes(net.minecraft.network.FriendlyByteBuf buf) - Specified by:
starlance$writeNodesin interfaceINodeLevelChunkSection
-
starlance$readNodes
public void starlance$readNodes(NodeLevel level, net.minecraft.core.SectionPos sectionPos, net.minecraft.network.FriendlyByteBuf buf) - Specified by:
starlance$readNodesin interfaceINodeLevelChunkSection
-