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