Class Tag_Float

All Implemented Interfaces:
ITag<Float>

public class Tag_Float extends Basic_Tag<Float>
Class representing a NBT float tag.
Author:
Paul Ferlitz
  • Constructor Details

    • Tag_Float

      public Tag_Float()
      Create an empty float tag.
    • Tag_Float

      public Tag_Float(String name)
      Create a float tag with name and data set to null.
      Parameters:
      name - Name of the tag.
    • Tag_Float

      public Tag_Float(String name, float data)
      Create a float tag with name and data.
      Parameters:
      name - Name of the tag.
      data - The initial data of the tag.