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