public static interface IFilterLogic.INetworkHandler
| Modifier and Type | Method and Description |
|---|---|
void |
sendToPlayers(IFilterLogic logic,
net.minecraft.world.WorldServer server,
net.minecraft.entity.player.EntityPlayer player)
Sends the data of the logic to the client of all players that have the gui currently open.
|
void sendToPlayers(IFilterLogic logic, net.minecraft.world.WorldServer server, net.minecraft.entity.player.EntityPlayer player)
player - The player that changed the filter.