Difference between revisions of "Builtin Namespace Guide"

From MINR.ORG WIKI
(Built-Ins (page is not ready yet))
Line 9: Line 9:
  
 
== Types ==
 
== Types ==
 +
 +
<div class="mw-collapsible mw-collapsed" style="border:1px solid #888888; padding:7px;>
 +
<div class="mw-collapsible-content">
 +
</div></div>
  
 
=== Boolean ===
 
=== Boolean ===
 +
<div class="mw-collapsible mw-collapsed" style="border:1px solid #888888; padding:7px;>
 +
==== Constructors (2) ====
 +
<div class="mw-collapsible-content">
 +
* '''Boolean(Boolean other)''' : Creates a new Boolean with the value of other.
 +
* '''Boolean(String other)''' : Creates a Boolean with value true if other matches "true" in any casing (e.g. "tRuE") or false otherwise.
 +
</div></div>
 +
<div class="mw-collapsible mw-collapsed" style="border:1px solid #888888; padding:7px;>
 +
==== Operators TODO ====
 +
<div class="mw-collapsible-content">
 +
'''Unary Operators (always before the Boolean)'''
 +
* Boolean !<Boolean>
 +
'''Same-Type Binary Operators'''
 +
* Boolean <Boolean>&&<Boolean>
 +
* Boolean <Boolean>||<Boolean>
 +
* Boolean <Boolean>==<Boolean>
 +
* Boolean <Boolean>!=<Boolean>
 +
'''Type-Alter
 +
</div></div>
 +
<div class="mw-collapsible mw-collapsed" style="border:1px solid #888888; padding:7px;>
 +
==== Methods TODO ====
 +
<div class="mw-collapsible-content">
 +
</div></div>
 +
 
=== Int ===
 
=== Int ===
 
=== Long ===
 
=== Long ===
Line 20: Line 47:
 
=== Entity ===
 
=== Entity ===
 
=== Player ===
 
=== Player ===
 +
=== <Type>[] (List) ===
  
 
=== TpData ===
 
=== TpData ===

Revision as of 04:29, 30 April 2020

Return to namespace list

Built-Ins (page is not ready yet)

Status: STABLE (safe to use - but not the documentation!)

Variables

  • constant Double pi

Types

Boolean

Expand

Constructors (2)

Expand

Operators TODO

Expand

Methods TODO

Int

Long

Float

Double

String

Block

Item

Entity

Player

<Type>[] (List)

TpData

A data structure to manage teleport destinations that are set by a player positioned at the desired location.

Expand

Fields EDIT ME (6)

Expand

Constructors (1)

Expand

Methods (3)

Rtp

A TpData list selector and management tool that mimics the /rtp plugin functionality.

Expand

Fields (3)

Expand

Constructors (4)

Expand

Methods (8)