Package zombie.iso

Class IsoWallBloodSplat

java.lang.Object
zombie.iso.IsoWallBloodSplat

public class IsoWallBloodSplat
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    IsoSprite sprite  
    float worldAge  
  • Constructor Summary

    Constructors
    Constructor Description
    IsoWallBloodSplat()  
    IsoWallBloodSplat​(float worldAge, IsoSprite sprite)  
  • Method Summary

    Modifier and Type Method Description
    void load​(java.nio.ByteBuffer input, int WorldVersion)  
    void render​(float x, float y, float z, ColorInfo objectColor)  
    void save​(java.nio.ByteBuffer output)  

    Methods inherited from class java.lang.Object

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

    • worldAge

      public float worldAge
    • sprite

      public IsoSprite sprite
  • Constructor Details

    • IsoWallBloodSplat

      public IsoWallBloodSplat()
    • IsoWallBloodSplat

      public IsoWallBloodSplat​(float worldAge, IsoSprite sprite)
  • Method Details

    • render

      public void render​(float x, float y, float z, ColorInfo objectColor)
    • save

      public void save​(java.nio.ByteBuffer output)
    • load

      public void load​(java.nio.ByteBuffer input, int WorldVersion) throws java.io.IOException
      Throws:
      java.io.IOException