Class RefinedStorageClientApiImpl
java.lang.Object
com.refinedmods.refinedstorage.common.RefinedStorageClientApiImpl
- All Implemented Interfaces:
RefinedStorageClientApi
-
Field Summary
Fields inherited from interface com.refinedmods.refinedstorage.common.api.RefinedStorageClientApi
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnet.minecraft.client.gui.screens.inventory.AbstractContainerScreen<net.minecraft.world.inventory.AbstractContainerMenu> createStorageBlockScreen(net.minecraft.world.inventory.AbstractContainerMenu menu, net.minecraft.world.entity.player.Inventory inventory, net.minecraft.network.chat.Component title, Class<? extends ResourceKey> resourceClass) Set<net.minecraft.resources.ResourceLocation> Map<net.minecraft.world.item.Item, net.minecraft.resources.ResourceLocation> <T extends ResourceKey>
ResourceRenderinggetResourceRendering(Class<T> resourceClass) voidopenAutocraftingPreview(List<ResourceAmount> requests, net.minecraft.client.gui.screens.Screen parentScreen) voidregisterDiskModel(net.minecraft.world.item.Item item, net.minecraft.resources.ResourceLocation model) <T extends ResourceKey>
voidregisterResourceRendering(Class<T> resourceClass, ResourceRendering rendering)
-
Constructor Details
-
RefinedStorageClientApiImpl
public RefinedStorageClientApiImpl()
-
-
Method Details
-
createStorageBlockScreen
public net.minecraft.client.gui.screens.inventory.AbstractContainerScreen<net.minecraft.world.inventory.AbstractContainerMenu> createStorageBlockScreen(net.minecraft.world.inventory.AbstractContainerMenu menu, net.minecraft.world.entity.player.Inventory inventory, net.minecraft.network.chat.Component title, Class<? extends ResourceKey> resourceClass) - Specified by:
createStorageBlockScreenin interfaceRefinedStorageClientApi
-
openAutocraftingPreview
public void openAutocraftingPreview(List<ResourceAmount> requests, @Nullable net.minecraft.client.gui.screens.Screen parentScreen) - Specified by:
openAutocraftingPreviewin interfaceRefinedStorageClientApi
-
addAlternativeGridInsertionHint
- Specified by:
addAlternativeGridInsertionHintin interfaceRefinedStorageClientApi
-
getGridInsertionHints
- Specified by:
getGridInsertionHintsin interfaceRefinedStorageClientApi
-
registerDiskModel
public void registerDiskModel(net.minecraft.world.item.Item item, net.minecraft.resources.ResourceLocation model) - Specified by:
registerDiskModelin interfaceRefinedStorageClientApi
-
getDiskModels
- Specified by:
getDiskModelsin interfaceRefinedStorageClientApi
-
getDiskModelsByItem
public Map<net.minecraft.world.item.Item,net.minecraft.resources.ResourceLocation> getDiskModelsByItem()- Specified by:
getDiskModelsByItemin interfaceRefinedStorageClientApi
-
registerResourceRendering
public <T extends ResourceKey> void registerResourceRendering(Class<T> resourceClass, ResourceRendering rendering) - Specified by:
registerResourceRenderingin interfaceRefinedStorageClientApi
-
getResourceRendering
- Specified by:
getResourceRenderingin interfaceRefinedStorageClientApi
-