public interface IExternalStorageRegistry
Do not implement obtain via IAppEngApi
.registries().getExternalStorageRegistry()
Modifier and Type | Method and Description |
---|---|
void |
addExternalStorageInterface(IExternalStorageHandler esh)
A registry for StorageBus interactions
|
IExternalStorageHandler |
getHandler(net.minecraft.tileentity.TileEntity te,
net.minecraftforge.common.util.ForgeDirection opposite,
StorageChannel channel,
BaseActionSource mySrc) |
void addExternalStorageInterface(IExternalStorageHandler esh)
esh
- storage handlerIExternalStorageHandler getHandler(net.minecraft.tileentity.TileEntity te, net.minecraftforge.common.util.ForgeDirection opposite, StorageChannel channel, BaseActionSource mySrc)
te
- tile entityopposite
- directionchannel
- channelmySrc
- source