Klasse BlockConnectionsEmulation1_12_2

java.lang.Object
com.viaversion.viafabricplus.features.block.connections.BlockConnectionsEmulation1_12_2

public final class BlockConnectionsEmulation1_12_2 extends Object
TODO/FIX: - visual artifacts (collision/hitbox is correct, but visually the connection is wrong) - door block place/redstone issue (doors are fine when joining/after updating) -^ RELATED - when stairs are facing a certain way, sometimes fences wont connect to them for some reason (CORNER STAIRS?) - possible inaccuracies missed Nitpicks: - wish it was as instant visually like in older or equal 1.12.2, there is a noticeable delay before blocks connect when placed (not on join) - Probably due to the update logic being handled in packet-related stuff instead of something native
  • Konstruktordetails

    • BlockConnectionsEmulation1_12_2

      public BlockConnectionsEmulation1_12_2()
  • Methodendetails

    • init

      public static void init()
    • updateChunkConnections

      public static void updateChunkConnections(net.minecraft.world.level.LevelReader levelReader, int chunkX, int chunkZ)
    • updateChunkNeighborConnections

      public static void updateChunkNeighborConnections(net.minecraft.world.level.LevelReader levelReader, int chunkX, int chunkZ)
    • updateChunkNeighborConnections

      public static void updateChunkNeighborConnections(net.minecraft.world.level.LevelReader levelReader, net.minecraft.core.BlockPos blockPos)