Пример #1
0
 public final boolean isStackable() {
   return _template == null ? true : _template.isStackable();
 }
Пример #2
0
 public final int getWeight() {
   return _template == null ? 0 : _template.getWeight();
 }