Beispiel #1
0
 public ChestLootInfo(ChestFrame chestFrame, int frequency, int itemType)
 {
     this.chestFrame = chestFrame;
     this.itemType   = itemType;
     this.frequency  = frequency;
     this.didPlace   = false;
 }
Beispiel #2
0
 public SpecificChestPlacementCriterion(ChestFrame chestFrame, int itemType)
 {
     ChestFrame = chestFrame;
     ItemType   = itemType;
 }