Interface IFilterLogic.INetworkHandler

Enclosing interface:
IFilterLogic

public static interface IFilterLogic.INetworkHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendToPlayers(IFilterLogic logic, net.minecraft.server.level.ServerLevel level, net.minecraft.world.entity.player.Player player)
    Sends the data of the logic to the client of all players that have the gui currently open.
  • Method Details

    • sendToPlayers

      void sendToPlayers(IFilterLogic logic, net.minecraft.server.level.ServerLevel level, net.minecraft.world.entity.player.Player player)
      Sends the data of the logic to the client of all players that have the gui currently open.
      Parameters:
      player - The player that changed the filter.