Class Mat3Property
java.lang.Object
foundry.veil.api.client.property.Property<org.joml.Matrix3f>
foundry.veil.api.client.property.InvertibleProperty<org.joml.Matrix3f>
foundry.veil.api.client.property.properties.Mat3Property
-
Field Summary
Fields inherited from class foundry.veil.api.client.property.InvertibleProperty
overrideInverseValueFields 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) protected org.joml.Matrix3fcalculateInverse(org.joml.Matrix3f value) protected org.joml.Matrix3fcloneValue(org.joml.Matrix3f value) voidmodifyPreInvert(org.joml.Matrix3f value, PropertyModifier.PropertyModifierMode mode, Optional<List<gg.moonflower.molangcompiler.api.MolangExpression>> optionalMolang) protected voidsetQueries(gg.moonflower.molangcompiler.api.MolangRuntime.Builder builder) Methods inherited from class foundry.veil.api.client.property.InvertibleProperty
applyInverseValue, modify, resetOverrideValueMethods inherited from class foundry.veil.api.client.property.Property
codec, createCodec, getEnvironment, getType
-
Constructor Details
-
Mat3Property
public Mat3Property(org.joml.Matrix3fc value)
-
-
Method Details
-
applyValue
- Specified by:
applyValuein classProperty<org.joml.Matrix3f>
-
setQueries
protected void setQueries(gg.moonflower.molangcompiler.api.MolangRuntime.Builder builder) - Overrides:
setQueriesin classProperty<org.joml.Matrix3f>
-
modifyPreInvert
public void modifyPreInvert(org.joml.Matrix3f value, PropertyModifier.PropertyModifierMode mode, Optional<List<gg.moonflower.molangcompiler.api.MolangExpression>> optionalMolang) - Specified by:
modifyPreInvertin classInvertibleProperty<org.joml.Matrix3f>
-
cloneValue
protected org.joml.Matrix3f cloneValue(org.joml.Matrix3f value) - Specified by:
cloneValuein classProperty<org.joml.Matrix3f>
-
calculateInverse
protected org.joml.Matrix3f calculateInverse(org.joml.Matrix3f value) - Specified by:
calculateInversein classInvertibleProperty<org.joml.Matrix3f>
-