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 float1, IsoSprite sprite)  
  • Method Summary

    Modifier and Type Method Description
    void load​(java.nio.ByteBuffer byteBuffer, int int1)  
    void render​(float float1, float float2, float float3, ColorInfo colorInfo)  
    void save​(java.nio.ByteBuffer byteBuffer)  

    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 float1, IsoSprite sprite)
  • Method Details

    • render

      public void render​(float float1, float float2, float float3, ColorInfo colorInfo)
    • save

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

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