Packages

class WorldDimensions3D extends WorldDimensions

Source
WorldDimensions3D.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorldDimensions3D
  2. WorldDimensions
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WorldDimensions3D(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int, minPzcor: Int, maxPzcor: Int, patchSize: Double = 12.0, wrappingAllowedInX: Boolean = true, wrappingAllowedInY: Boolean = true, wrappingAllowedInZ: Boolean = true)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def copy(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int, minPzcor: Int, maxPzcor: Int): WorldDimensions3D
  7. def copyThreeD(minPxcor: Int = minPxcor, maxPxcor: Int = maxPxcor, minPycor: Int = minPycor, maxPycor: Int = maxPycor, minPzcor: Int = minPzcor, maxPzcor: Int = maxPzcor, patchSize: Double = patchSize, wrappingAllowedInX: Boolean = wrappingAllowedInX, wrappingAllowedInY: Boolean = wrappingAllowedInY, wrappingAllowedInZ: Boolean = wrappingAllowedInZ): WorldDimensions3D
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def height: Int
    Definition Classes
    WorldDimensions
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val maxPxcor: Int
    Definition Classes
    WorldDimensions
  13. val maxPycor: Int
    Definition Classes
    WorldDimensions
  14. var maxPzcor: Int
  15. val minPxcor: Int
    Definition Classes
    WorldDimensions
  16. val minPycor: Int
    Definition Classes
    WorldDimensions
  17. var minPzcor: Int
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. val patchSize: Double
    Definition Classes
    WorldDimensions
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    WorldDimensions3DWorldDimensions → AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def width: Int
    Definition Classes
    WorldDimensions
  28. val wrappingAllowedInX: Boolean
    Definition Classes
    WorldDimensions
  29. val wrappingAllowedInY: Boolean
    Definition Classes
    WorldDimensions
  30. val wrappingAllowedInZ: Boolean

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from WorldDimensions

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped