Interface AfterClientSyncHandler

All Known Implementing Classes:
ChestHandler

public interface AfterClientSyncHandler
Interface that can be attached to ImmersiveHandler instances to perform some action after storage information is sent to the client.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterClientSync(net.minecraft.server.level.ServerPlayer player, Set<net.minecraft.core.BlockPos> positions)
     
  • Method Details

    • afterClientSync

      void afterClientSync(net.minecraft.server.level.ServerPlayer player, Set<net.minecraft.core.BlockPos> positions)