Class SimpleScratchClass<TYPE>
java.lang.Object
com.petrolpark.core.scratch.classes.SimpleScratchClass<TYPE>
- All Implemented Interfaces:
IScratchClass<TYPE,ExpressionArgument<IScratchEnvironment, TYPE, ?>>
- Direct Known Subclasses:
BlockPosScratchClass,BooleanScratchClass
public abstract class SimpleScratchClass<TYPE>
extends Object
implements IScratchClass<TYPE,ExpressionArgument<IScratchEnvironment,TYPE,?>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.petrolpark.core.scratch.IScratchClass
IScratchClass.Caster<ENVIRONMENT extends IScratchEnvironment,FROM_TYPE, TO_TYPE> -
Field Summary
Fields inherited from interface com.petrolpark.core.scratch.IScratchClass
CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.petrolpark.core.scratch.IScratchClass
cast, codec, streamCodec
-
Constructor Details
-
SimpleScratchClass
public SimpleScratchClass()
-
-
Method Details
-
createDefaultParameter
public IScratchParameter<IScratchEnvironment,TYPE, createDefaultParameterExpressionArgument<IScratchEnvironment, TYPE, ?>> (String key) - Specified by:
createDefaultParameterin interfaceIScratchClass<TYPE,ExpressionArgument<IScratchEnvironment, TYPE, ?>>
-