Uses of Interface
com.viaversion.nbt.io.TagRegistry.TagSupplier
Packages that use TagRegistry.TagSupplier
-
Uses of TagRegistry.TagSupplier in com.viaversion.nbt.io
Methods in com.viaversion.nbt.io with parameters of type TagRegistry.TagSupplierModifier and TypeMethodDescriptionstatic <T extends Tag>
voidTagRegistry.register(int id, Class<T> tag, TagRegistry.TagSupplier<T> supplier) Registers a tag class.