Package org.skriptlang.skript.util
Interface Builder.Buildable<B extends Builder<B,T>,T>
- Type Parameters:
B
- The type of builder being used.T
- The type of object being built.
- All Known Subinterfaces:
BukkitSyntaxInfos.Event<E>
,DefaultSyntaxInfos.Expression<E,
,R> DefaultSyntaxInfos.Structure<E>
,SyntaxInfo<E>
- All Known Implementing Classes:
SkriptEventInfo.ModernSkriptEventInfo
public static interface Builder.Buildable<B extends Builder<B,T>,T>
Represents an object that can be converted back into a builder.
-
Method Summary
-
Method Details
-
builder
- Returns:
- A builder representing this object.
-