Package hiiragi283.core.api.tag
Class RawTagKey
-
-
Field Summary
Fields Modifier and Type Field Description public final static Codec<RawTagKey>CODECpublic final static Codec<RawTagKey>HASHED_CODECpublic final static StreamCodec<ByteBuf, RawTagKey>STREAM_CODECprivate final ResourceLocationlocation
-
Method Summary
Modifier and Type Method Description final ResourceLocationgetLocation()final RawTagKeywithPrefix(String prefix)final RawTagKeywithSuffix(String suffix)final RawTagKeywithPath(Function1<String, String> transform)final <T extends Any> TagKey<T>create(ResourceKey<out Registry<T>> key)final static RawTagKeycommon(String path)final static RawTagKeycommon(String path)final static RawTagKeycopy(TagKey<?> parent)final static RawTagKeycreate(ResourceLocation location)-
-
Method Detail
-
getLocation
final ResourceLocation getLocation()
-
withPrefix
final RawTagKey withPrefix(String prefix)
-
withSuffix
final RawTagKey withSuffix(String suffix)
-
-
-
-