public static PoreWolf of(Wolf handle) { return WrapperConverter.of(PoreWolf.class, handle); }
public static PoreInventoryHolder of(Carrier handle) { return WrapperConverter.of(PoreInventoryHolder.class, handle); }
public static PorePlayerInventory of(HumanInventory handle) { return WrapperConverter.of(PorePlayerInventory.class, handle); }
public static PoreTameable of(Animal handle) { return WrapperConverter.of(PoreTameable.class, handle); }