Interface ISyncableSemiblockItem

All Known Implementing Classes:
LogisticsMenu

public interface ISyncableSemiblockItem
Implement this interface on containers for semiblocks which need to be synced from the client in item form, generally as a result of GUI configuration. E.g. see Logistics Frames
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    syncSemiblockItemFromClient(net.minecraft.world.entity.player.Player player, net.minecraft.network.FriendlyByteBuf payload)
     
  • Method Details

    • syncSemiblockItemFromClient

      void syncSemiblockItemFromClient(net.minecraft.world.entity.player.Player player, net.minecraft.network.FriendlyByteBuf payload)