base mod created
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package net.minecraft.nbt;
|
||||
|
||||
public abstract class NBTPrimitive extends NBTBase
|
||||
{
|
||||
public abstract long getLong();
|
||||
|
||||
public abstract int getInt();
|
||||
|
||||
public abstract short getShort();
|
||||
|
||||
public abstract byte getByte();
|
||||
|
||||
public abstract double getDouble();
|
||||
|
||||
public abstract float getFloat();
|
||||
}
|
||||
Reference in New Issue
Block a user