Class Tag_Double

All Implemented Interfaces:
ITag<Double>

public class Tag_Double extends Basic_Tag<Double>
Class representing a NBT double tag.
Author:
Paul Ferlitz
  • Constructor Details

    • Tag_Double

      public Tag_Double()
      Create an empty double tag.
    • Tag_Double

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

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