Class BaseVisual

java.lang.Object
zombie.core.skinnedmodel.visual.BaseVisual
Direct Known Subclasses:
HumanVisual, ItemVisual

public abstract class BaseVisual
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    BaseVisual()  
  • Method Summary

    Modifier and Type Method Description
    abstract ModelInstance createModelInstance()  
    abstract void load​(java.nio.ByteBuffer byteBuffer, int int1)  
    abstract void save​(java.nio.ByteBuffer byteBuffer)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaseVisual

      public BaseVisual()
  • Method Details

    • save

      public abstract void save​(java.nio.ByteBuffer byteBuffer) throws java.io.IOException
      Throws:
      java.io.IOException
    • load

      public abstract void load​(java.nio.ByteBuffer byteBuffer, int int1) throws java.io.IOException
      Throws:
      java.io.IOException
    • createModelInstance

      public abstract ModelInstance createModelInstance()