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