Interface IPlatformHelper

All Known Implementing Classes:
FabricPlatformHelper

public interface IPlatformHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> net.minecraft.core.Registry<T>
    createRegistry(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> key)
     
    boolean
     
  • Method Details

    • createRegistry

      <T> net.minecraft.core.Registry<T> createRegistry(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> key)
    • isDevEnv

      boolean isDevEnv()