Difference between revisions of "Namespace Documentation"

From MINR.ORG WIKI
(Namespace Documentation)
Line 1: Line 1:
 
A list of namespaces containing helpful functions and variables will be listed here.
 
A list of namespaces containing helpful functions and variables will be listed here.
 +
 +
= Packaged Namespaces =
 +
 +
== [[Builtin_Namespace_Guide|Built-In]] ==
 +
The default, unnamed namespace containing standard, easy-to-use types and tools.
 +
* Types: String, Int, Long, Float, Double, Boolean, Player, Entity, Block, Item, <T>[] (List)
 +
 +
== [[Namespace_Guide_math|math]] ==
 +
* Functions: a lot - I think I should redo this format
 +
 +
== [[Namespace_Guide_system|system]] ==
 +
* Functions: currentTimeMillis
 +
 +
= Additional Namespaces =
  
 
== [[Namespace_Guide_rtp|rtp]] ==
 
== [[Namespace_Guide_rtp|rtp]] ==
 
A re-implementation of the random teleport plugin used for Iron Door.
 
A re-implementation of the random teleport plugin used for Iron Door.
 
+
* Types: TpData, Rtp
Data Types:
 
* TpData
 
* Rtp
 

Revision as of 00:40, 30 April 2020

A list of namespaces containing helpful functions and variables will be listed here.

Packaged Namespaces

Built-In

The default, unnamed namespace containing standard, easy-to-use types and tools.

  • Types: String, Int, Long, Float, Double, Boolean, Player, Entity, Block, Item, <T>[] (List)

math

  • Functions: a lot - I think I should redo this format

system

  • Functions: currentTimeMillis

Additional Namespaces

rtp

A re-implementation of the random teleport plugin used for Iron Door.

  • Types: TpData, Rtp