Class BlockingDataProvider<T>

java.lang.Object
mcp.mobius.waila.api.data.BlockingDataProvider<T>
All Implemented Interfaces:
IDataProvider<T>

public final class BlockingDataProvider<T> extends Object implements IDataProvider<T>
Implementation of IDataProvider that blocks specified data types.

Usage of this class should probably be accompanied by a higher (lower number) priority than the default.