Esempio n. 1
0
 public static PoreWolf of(Wolf handle) {
   return WrapperConverter.of(PoreWolf.class, handle);
 }
Esempio n. 2
0
 public static PoreInventoryHolder of(Carrier handle) {
   return WrapperConverter.of(PoreInventoryHolder.class, handle);
 }
Esempio n. 3
0
 public static PorePlayerInventory of(HumanInventory handle) {
   return WrapperConverter.of(PorePlayerInventory.class, handle);
 }
Esempio n. 4
0
 public static PoreTameable of(Animal handle) {
   return WrapperConverter.of(PoreTameable.class, handle);
 }