Uses of Class
org.mattrick.enbeet.NBTCompound
Packages that use NBTCompound
-
Uses of NBTCompound in org.mattrick.enbeet
Methods in org.mattrick.enbeet that return types with arguments of type NBTCompoundModifier and TypeMethodDescriptionNBTCompound.getCompound(String... path)Get a NBTCompound at the given path.NBTList.getCompound(int index)Get the NBTCompound at the given index. -
Uses of NBTCompound in org.mattrick.enbeet.io
Methods in org.mattrick.enbeet.io that return NBTCompoundMethods in org.mattrick.enbeet.io with parameters of type NBTCompoundModifier and TypeMethodDescriptionvoidNBTWriter.write(NBTCompound nbt)Writes the given NBTCompound to the given OutputStream.