Class NbtTypes

java.lang.Object
net.minecraft.nbt.NbtTypes

public class NbtTypes
extends Object
  • Field Details

    • VALUES

      private static final NbtType<?>[] VALUES
  • Constructor Details

    • NbtTypes

      public NbtTypes()
  • Method Details

    • byId

      public static NbtType<?> byId​(int id)
      Gets the associated NBT type for a given id.

      This method does not support id aliases.

      Returns:
      the NBT type, or an invalid type if there is no type with the given id