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