Interface INetworkToolAware

All Known Subinterfaces:
IStorageMonitorPart

public interface INetworkToolAware
Implement on block entity or part to suppress the default network tool behavior.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    showNetworkInfo(net.minecraft.world.item.context.UseOnContext context)
    Return false to suppress the default network tool behavior when it is used on this block entity or part.
  • Method Details

    • showNetworkInfo

      boolean showNetworkInfo(net.minecraft.world.item.context.UseOnContext context)
      Return false to suppress the default network tool behavior when it is used on this block entity or part.