类 LimitlessResourceLocation

java.lang.Object
net.minecraft.resources.ResourceLocation
mod.chloeprime.aaaparticles.common.util.LimitlessResourceLocation
所有已实现的接口:
Comparable<net.minecraft.resources.ResourceLocation>

public class LimitlessResourceLocation extends net.minecraft.resources.ResourceLocation
仍然需要 MixinResourceLocation 才能完全去除 Path 的有效性验证
  • 嵌套类概要

    从类继承的嵌套类/接口 net.minecraft.resources.ResourceLocation

    net.minecraft.resources.ResourceLocation.Dummy, net.minecraft.resources.ResourceLocation.Serializer
  • 字段概要

    从类继承的字段 net.minecraft.resources.ResourceLocation

    CODEC, DEFAULT_NAMESPACE, NAMESPACE_SEPARATOR, REALMS_NAMESPACE
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    从类继承的方法 net.minecraft.resources.ResourceLocation

    compareNamespaced, compareTo, decompose, equals, getNamespace, getPath, hashCode, isAllowedInResourceLocation, isValidNamespace, isValidPath, isValidResourceLocation, of, read, read, toDebugFileName, toLanguageKey, toLanguageKey, toLanguageKey, toShortLanguageKey, toString, tryBuild, tryParse, validNamespaceChar, validPathChar, withPath, withPath, withPrefix, withSuffix

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • LimitlessResourceLocation

      public LimitlessResourceLocation(String namespace, String path)