Class WorldVfxValue
java.lang.Object
com.render.api.world.WorldVfxValue
Immutable typed literal or parameter value used by a VFX graph.
-
Method Summary
Modifier and TypeMethodDescriptionstatic WorldVfxValuebool(boolean value) static WorldVfxValuecolor(float red, float green, float blue, float alpha) static WorldVfxValuecolor(RenderColor value) floatcomponent(int index) float[]booleaninthashCode()static WorldVfxValuescalar(float value) net.minecraft.resources.Identifiertexture()static WorldVfxValuetexture(net.minecraft.resources.Identifier value) toString()type()static WorldVfxValuevec2(float x, float y) static WorldVfxValuevec2(org.joml.Vector2f value) static WorldVfxValuevec3(float x, float y, float z) static WorldVfxValuevec3(org.joml.Vector3f value) static WorldVfxValuevec4(float x, float y, float z, float w) static WorldVfxValuevec4(org.joml.Vector4f value)
-
Method Details
-
scalar
-
bool
-
vec2
-
vec2
-
vec3
-
vec3
-
vec4
-
vec4
-
color
-
color
-
texture
-
type
-
component
public float component(int index) -
components
public float[] components() -
texture
public net.minecraft.resources.Identifier texture() -
equals
-
hashCode
-
toString
-