Search in sources :

Example 1 with CastingRuleVirtualMethod

use of stanhebben.zenscript.type.casting.CastingRuleVirtualMethod in project ZenScript by CraftTweaker.

the class ZenNativeCaster method constructCastingRule.

public void constructCastingRule(ICastingRuleDelegate rules) {
    ZenType type = getReturnType();
    rules.registerCastingRule(type, new CastingRuleVirtualMethod(method));
}
Also used : CastingRuleVirtualMethod(stanhebben.zenscript.type.casting.CastingRuleVirtualMethod) ZenType(stanhebben.zenscript.type.ZenType)

Aggregations

ZenType (stanhebben.zenscript.type.ZenType)1 CastingRuleVirtualMethod (stanhebben.zenscript.type.casting.CastingRuleVirtualMethod)1