Class SaplingReplanter.TreeInfo

java.lang.Object
com.zetaplugins.timberz.handler.SaplingReplanter.TreeInfo
Enclosing class:
SaplingReplanter

public static class SaplingReplanter.TreeInfo extends Object
Container class to hold information about a tree
  • Field Details

    • saplingType

      public final org.bukkit.Material saplingType
    • baseBlocks

      public final List<org.bukkit.block.Block> baseBlocks
    • is2x2Pattern

      public final boolean is2x2Pattern
  • Constructor Details

    • TreeInfo

      public TreeInfo(org.bukkit.Material saplingType, List<org.bukkit.block.Block> baseBlocks, boolean is2x2Pattern)