Class ModelInstance.EffectLight

java.lang.Object
zombie.core.skinnedmodel.model.ModelInstance.EffectLight
Enclosing class:
ModelInstance

public static final class ModelInstance.EffectLight extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    float
     
    float
     
    int
     
    float
     
    float
     
    float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(float x, float y, float z, float r, float g, float b, int radius)
     

    Methods inherited from class java.lang.Object

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

    • x

      public float x
    • y

      public float y
    • z

      public float z
    • r

      public float r
    • g

      public float g
    • b

      public float b
    • radius

      public int radius
  • Constructor Details

    • EffectLight

      public EffectLight()
  • Method Details

    • set

      public void set(float x, float y, float z, float r, float g, float b, int radius)