private void onFilterSet(PacketNBT packet) {
Container container = Proxies.common.getClientInstance().thePlayer.openContainer;
if (container instanceof ContainerPropolisPipe) {
PipeLogicPropolis pipeLogic = ((ContainerPropolisPipe) container).pipeLogic;
pipeLogic.handleFilterSet(packet);
}
}