@PrepareForTest(value=org.bukkit.craftbukkit.v1_5_R2.inventory.CraftItemFactory.class)
public class PacketContainerTest
extends java.lang.Object
Constructor and Description |
---|
PacketContainerTest() |
Modifier and Type | Method and Description |
---|---|
static void |
initializeBukkit() |
void |
testDeepClone() |
void |
testGetByteArrays() |
void |
testGetBytes() |
void |
testGetDataWatcherModifier() |
void |
testGetDoubles() |
void |
testGetFloat() |
void |
testGetIntegerArrays() |
void |
testGetIntegers() |
void |
testGetItemArrayModifier() |
void |
testGetItemModifier() |
void |
testGetLongs() |
void |
testGetNbtModifier() |
void |
testGetPositionCollectionModifier() |
void |
testGetShorts() |
void |
testGetStringArrays() |
void |
testGetStrings() |
void |
testGetWatchableCollectionModifier() |
void |
testGetWorldTypeModifier() |
public static void initializeBukkit() throws java.lang.IllegalAccessException
java.lang.IllegalAccessException
public void testGetByteArrays()
public void testGetBytes()
public void testGetShorts()
public void testGetIntegers()
public void testGetLongs()
public void testGetFloat()
public void testGetDoubles()
public void testGetStrings()
public void testGetStringArrays()
public void testGetIntegerArrays()
public void testGetItemModifier()
public void testGetItemArrayModifier()
public void testGetWorldTypeModifier()
public void testGetNbtModifier()
public void testGetDataWatcherModifier()
public void testGetPositionCollectionModifier()
public void testGetWatchableCollectionModifier()
public void testDeepClone()