FiguraMC:Contributing/Style Guide

From FiguraMC
Revision as of 03:46, 5 October 2024 by TheKillerBunny (talk | contribs) (Created page with "= Types = When creating a type page, please use the following layout: == Methods == {| class="wikitable" |- ! Method ! Brief description |- | method | description |- | getPos | Returns the position of the ModelPart as a {{type|Vector3}} |} == Fields == {| class="wikitable" |- ! Field ! Type |- | field | {{type|type}} |- | TICK | {{type|Event}} |} Each field/method should link to a subpage for that fiel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Types

When creating a type page, please use the following layout:

Methods

Method Brief description
method description
getPos Returns the position of the ModelPart as a Vector3

Fields

Field Type
field type
TICK Event

Each field/method should link to a subpage for that field/method