Package zombie.iso

Class IsoFloorBloodSplat

java.lang.Object
zombie.iso.IsoFloorBloodSplat

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

    Fields
    Modifier and Type Field Description
    int fade  
    static float FADE_HOURS  
    static java.lang.String[] FloorBloodTypes  
    int index  
    static java.util.HashMap SpriteMap  
    int Type  
    float worldAge  
    float x  
    float y  
    float z  
  • Constructor Summary

    Constructors
    Constructor Description
    IsoFloorBloodSplat()  
    IsoFloorBloodSplat​(float float1, float float2, float float3, int int1, float float4)  
  • Method Summary

    Modifier and Type Method Description
    void load​(java.nio.ByteBuffer byteBuffer, int int1)  
    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

    • x

      public float x
    • y

      public float y
    • z

      public float z
    • Type

      public int Type
    • worldAge

      public float worldAge
    • index

      public int index
    • fade

      public int fade
    • FADE_HOURS

      public static final float FADE_HOURS
      See Also:
      Constant Field Values
    • SpriteMap

      public static java.util.HashMap SpriteMap
    • FloorBloodTypes

      public static java.lang.String[] FloorBloodTypes
  • Constructor Details

    • IsoFloorBloodSplat

      public IsoFloorBloodSplat()
    • IsoFloorBloodSplat

      public IsoFloorBloodSplat​(float float1, float float2, float float3, int int1, float float4)
  • Method Details

    • 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