mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-02-21 02:31:59 +01:00
Elaborate on the transform descs
This commit is contained in:
parent
b220d8987f
commit
9f82765d4b
@ -141,11 +141,13 @@ public class ParamInfoTypes {
|
||||
}
|
||||
|
||||
if (NmsVersion.v1_19_R3.isSupported()) {
|
||||
paramInfos.add(new ParamInfoTransformation(Transformation.class, "Transformation", "Translation (Transform, Left Rotation, Scale, Right Rotation)",
|
||||
"Numbers for a position translation"));
|
||||
paramInfos.add(new ParamInfoVector3f(Vector3f.class, "Vector3f", "Vector3f (X, Y, Z)", "Used as part of a Transformation"));
|
||||
paramInfos.add(new ParamInfoTransformation(Transformation.class, "Transformation",
|
||||
"Translation (Transform, Left Rotation, Scale, Right Rotation). 3, then 4, then 3, then 4 numbers. All seperated by a comma",
|
||||
"14 comma seperated numbers for a position translation"));
|
||||
paramInfos.add(
|
||||
new ParamInfoQuaternionf(Quaternionf.class, "Quaternion", "Quaternion (X, Y, Z, W)", "Four values used to define part of a Transformation"));
|
||||
new ParamInfoVector3f(Vector3f.class, "Vector3f", "Vector3f (X, Y, Z)", "Used as part of a Transformation for the Transform and Scale"));
|
||||
paramInfos.add(new ParamInfoQuaternionf(Quaternionf.class, "Quaternion", "Quaternion (X, Y, Z, W)",
|
||||
"Four values used to define part of a Transformation for the rotations"));
|
||||
paramInfos.add(new ParamInfoEnum(ItemDisplay.ItemDisplayTransform.class, "Item Display Transform", "How the Item Display is transformed"));
|
||||
paramInfos.add(new ParamInfoEnum(Display.Billboard.class, "Display Billboard", "How the billboard is aligned"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user