Class ChunkTracker
java.lang.Object
net.raphimc.vialegacy.api.remapper.AbstractChunkTracker
net.raphimc.vialegacy.protocol.release.r1_7_6_10tor1_8.storage.ChunkTracker
- All Implemented Interfaces:
com.viaversion.viaversion.api.connection.StorableObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpostRemap(com.viaversion.viaversion.api.minecraft.chunks.DataPalette palette) protected voidremapBlock(com.viaversion.viaversion.util.IdAndData block, int x, int y, int z) Methods inherited from class net.raphimc.vialegacy.api.remapper.AbstractChunkTracker
clear, getBlock, getBlock, getBlockNotNull, getBlockNotNull, isChunkLoaded, registerReplacement, remapBlockParticle, trackAndRemap, trackAndRemapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.viaversion.viaversion.api.connection.StorableObject
onRemove
-
Constructor Details
-
ChunkTracker
public ChunkTracker()
-
-
Method Details
-
remapBlock
protected void remapBlock(com.viaversion.viaversion.util.IdAndData block, int x, int y, int z) - Overrides:
remapBlockin classAbstractChunkTracker
-
postRemap
protected void postRemap(com.viaversion.viaversion.api.minecraft.chunks.DataPalette palette) - Overrides:
postRemapin classAbstractChunkTracker
-