Class Vec3ModelProperty
java.lang.Object
foundry.veil.api.client.property.Property<org.joml.Vector3f>
foundry.veil.api.client.property.properties.Vec3Property
foundry.veil.api.client.property.model.Vec3ModelProperty
- Direct Known Subclasses:
RotationModelProperty
-
Field Summary
Fields inherited from class foundry.veil.api.client.property.Property
overrideValue, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyValue(String name, net.minecraft.client.renderer.ShaderInstance shader) org.joml.Vector3fcgetValue()Methods inherited from class foundry.veil.api.client.property.properties.Vec3Property
cloneValue, modify, setQueriesMethods inherited from class foundry.veil.api.client.property.Property
codec, createCodec, getEnvironment, getType, resetOverrideValue
-
Constructor Details
-
Vec3ModelProperty
public Vec3ModelProperty(org.joml.Vector3f value)
-
-
Method Details
-
getValue
public org.joml.Vector3fc getValue() -
applyValue
- Overrides:
applyValuein classVec3Property
-