Package worldBuilder

Class LuaWriter.MapInfo

  • Enclosing class:
    LuaWriter

    public class LuaWriter.MapInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MapInfo​(java.lang.String prefabName, double weight, double minOffset, double maxOffset, double minScale, double maxScale)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      java.lang.String toString​(java.lang.String indent)
      return string representation of
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • mapName

        public java.lang.String mapName
      • prefabName

        public java.lang.String prefabName
      • density

        public double density
      • weight

        public double weight
      • minOffset

        public double minOffset
      • maxOffset

        public double maxOffset
      • minScale

        public double minScale
      • maxScale

        public double maxScale
    • Constructor Detail

      • MapInfo

        public MapInfo​(java.lang.String prefabName,
                       double weight,
                       double minOffset,
                       double maxOffset,
                       double minScale,
                       double maxScale)
    • Method Detail

      • toString

        public java.lang.String toString​(java.lang.String indent)
        return string representation of
        Parameters:
        indent -
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object