Class ClientPlatformUtil

java.lang.Object
com.refinedmods.refinedstorage.common.util.ClientPlatformUtil

public final class ClientPlatformUtil extends Object
  • Method Details

    • getClientLevel

      @Nullable public static net.minecraft.world.level.Level getClientLevel()
    • addNoPermissionToast

      public static void addNoPermissionToast(net.minecraft.network.chat.Component message)
    • autocraftingPreviewResponseReceived

      public static void autocraftingPreviewResponseReceived(UUID id, Preview preview)
    • autocraftingResponseReceived

      public static void autocraftingResponseReceived(UUID id, boolean success)
    • autocraftingPreviewMaxAmountResponseReceived

      public static void autocraftingPreviewMaxAmountResponseReceived(long maxAmount)
    • openCraftingPreview

      public static void openCraftingPreview(List<ResourceAmount> requests, @Nullable Object parentScreen)
    • autocraftingTaskCompleted

      public static void autocraftingTaskCompleted(PlatformResourceKey resource, long amount)