Difference between revisions of "Namespace Guide rtp"
From MINR.ORG WIKI
(Created page with "== rtp == '''Status: UNSTABLE (do not use)''' === Types === * TpData A data type to manage teleport destinations that are set by a player positioned at the desired location....") |
|||
Line 1: | Line 1: | ||
− | + | = rtp = | |
'''Status: UNSTABLE (do not use)''' | '''Status: UNSTABLE (do not use)''' | ||
− | === | + | == Types == |
− | + | === TpData=== | |
A data type to manage teleport destinations that are set by a player positioned at the desired location. | A data type to manage teleport destinations that are set by a player positioned at the desired location. | ||
− | <div class=" | + | <div class="mw-collapsible mw-collapsed" style="border:1px solid #888888; padding:7px;> |
− | + | ==== Fields (6) ==== | |
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
* Double x : x-coordinate of the teleport destination | * Double x : x-coordinate of the teleport destination | ||
Line 17: | Line 17: | ||
</div></div> | </div></div> | ||
− | <div class="toccolours mw-collapsible mw-collapsed" style="border:1px solid #888888; padding: | + | <div class="mw-collapsible mw-collapsed" style="border:1px solid #888888; padding:7px;"> |
− | + | ==== Constructors (1) ==== | |
+ | <div class="mw-collapsible-content"> | ||
+ | foobar | ||
+ | </div></div> | ||
+ | |||
+ | <div class="toccolours mw-collapsible mw-collapsed" style="border:1px solid #888888; padding:7px;"> | ||
+ | ==== Methods ==== | ||
+ | <div class="mw-collapsible-content"> | ||
+ | foobar | ||
+ | </div></div> | ||
+ | |||
+ | === Rtp === | ||
+ | |||
+ | <div class="toccolours mw-collapsible mw-collapsed" style="border:1px solid #888888; padding:7px;"> | ||
+ | ==== Fields ==== | ||
+ | <div class="mw-collapsible-content"> | ||
+ | * String name | ||
+ | * Boolean doLogging | ||
+ | </div></div> | ||
+ | |||
+ | <div class="toccolours mw-collapsible mw-collapsed" style="border:1px solid #888888; padding:7px;"> | ||
+ | ==== Constructors ==== | ||
+ | <div class="mw-collapsible-content"> | ||
+ | foobar | ||
+ | </div></div> | ||
+ | |||
+ | <div class="toccolours mw-collapsible mw-collapsed" style="border:1px solid #888888; padding:7px;"> | ||
+ | ==== Methods ==== | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
foobar | foobar | ||
</div></div> | </div></div> | ||
− |
Revision as of 00:01, 10 April 2020
Contents
rtp
Status: UNSTABLE (do not use)
Types
TpData
A data type to manage teleport destinations that are set by a player positioned at the desired location.
Fields (6)
- Double x : x-coordinate of the teleport destination
- Double y : y-coordinate of the teleport destination
- Double z : z-coordinate of the teleport destination
- Float yaw : yaw of the teleport destination
- Float pitch : pitch of the teleport destination
- String world : world of the teleport destination
Constructors (1)
foobar
Methods
foobar
Rtp
Fields
- String name
- Boolean doLogging
Constructors
foobar
Methods
foobar