trait DimensionManagement extends AnyRef
- Self Type
- DimensionManagement with WorldJ
- Source
- DimensionManagement.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DimensionManagement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _maxPxcorBoxed: Double
- val _maxPycorBoxed: Double
- val _minPxcorBoxed: Double
- val _minPycorBoxed: Double
- val _worldHeightBoxed: Double
- val _worldWidthBoxed: Double
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def copyDimensions(other: DimensionManagement): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equalDimensions(d: WorldDimensions): Boolean
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
growMax(min: Int, max: Int, value: Int, d: Int): Int
- Annotations
- @throws( classOf[WorldDimensionException] )
-
def
growMin(min: Int, max: Int, value: Int, d: Int): Int
- Annotations
- @throws( classOf[WorldDimensionException] )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isDimensionVariable(variableName: String): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def maxPxcor: Int
- def maxPxcorBoxed: Double
- def maxPycor: Int
- def maxPycorBoxed: Double
- def minPxcor: Int
- def minPxcorBoxed: Double
- def minPycor: Int
- def minPycorBoxed: Double
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def patchSize(patchSize: Double): Boolean
- def patchSize: Double
-
def
setDimensionVariable(variableName: String, value: Int, d: WorldDimensions): WorldDimensions
- Annotations
- @throws( classOf[WorldDimensionException] )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def validPatchCoordinates(xc: Int, yc: Int): Boolean
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def worldHeight: Int
- def worldHeightBoxed: Double
- def worldWidth: Int
- def worldWidthBoxed: Double
- def wrap(pos: Double, min: Double, max: Double): Double
-
def
wrapAndRoundX(x: Double): Int
- Annotations
- @throws( classOf[AgentException] )
-
def
wrapAndRoundY(y: Double): Int
- Annotations
- @throws( classOf[AgentException] )
-
def
wrapX(x: Double): Double
- Annotations
- @throws( classOf[AgentException] )
-
def
wrapY(y: Double): Double
- Annotations
- @throws( classOf[AgentException] )
- def wrappingAllowedInX: Boolean
- def wrappingAllowedInY: Boolean