Difference between revisions of "Builtin Namespace Guide"

From MINR.ORG WIKI
(Operators TODO)
(Operators TODO)
Line 25: Line 25:
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
'''Unary Operators (always before the Boolean)'''
 
'''Unary Operators (always before the Boolean)'''
* Boolean !<Boolean>
+
* '''Boolean ! <Boolean>''' : Returns the opposite value of the Boolean (if true, returns false; and vice versa)
 
'''Type-Preserving Binary Operators'''
 
'''Type-Preserving Binary Operators'''
 
* '''Boolean <Boolean> && <Boolean>''' : Returns the AND of two Booleans (e.g. returns true if both operands are true, otherwise returns false).
 
* '''Boolean <Boolean> && <Boolean>''' : Returns the AND of two Booleans (e.g. returns true if both operands are true, otherwise returns false).

Revision as of 22:01, 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)