Class Extra
java.lang.Object
com.blamejared.crafttweaker.annotation.processor.document.model.extra.Extra
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExtra(Optional<BracketEnum> bracketEnum, Optional<Deprecated> deprecated, Optional<EventParent> eventParent, Optional<Examples> examples, Optional<Loaders> loaders, Optional<Obtention> obtention, Optional<ParameterComments> parameterComment, Optional<RequiredMods> requiredMods, Optional<Returns> returns, Optional<See> see, Optional<Since> since) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexamples()inthashCode()loaders()returns()see()since()toString()withBracketEnum(BracketEnum bracketEnum) withDeprecated(Deprecated deprecated) withDeprecated(Deprecated deprecated, BiFunction<Deprecated, Deprecated, Deprecated> updater) withEventParent(EventParent eventParent) withExamples(Examples examples) withLoaders(Loaders loaders) withObtention(Obtention obtention) withParameterComment(ParameterComments parameterComment) withRequiredMods(RequiredMods requiredMods) withReturns(Returns returns)
-
Field Details
-
EMPTY
-
CODEC
-
-
Constructor Details
-
Extra
public Extra(Optional<BracketEnum> bracketEnum, Optional<Deprecated> deprecated, Optional<EventParent> eventParent, Optional<Examples> examples, Optional<Loaders> loaders, Optional<Obtention> obtention, Optional<ParameterComments> parameterComment, Optional<RequiredMods> requiredMods, Optional<Returns> returns, Optional<See> see, Optional<Since> since)
-
-
Method Details
-
bracketEnum
-
deprecated
-
eventParent
-
examples
-
loaders
-
obtention
-
parameterComment
-
requiredMods
-
returns
-
see
-
since
-
withBracketEnum
-
withDeprecated
-
withDeprecated
public Extra withDeprecated(Deprecated deprecated, BiFunction<Deprecated, Deprecated, Deprecated> updater) -
withEventParent
-
withExamples
-
withLoaders
-
withObtention
-
withParameterComment
-
withRequiredMods
-
withReturns
-
withSee
-
withSee
-
withSince
-
toString
-
equals
-
hashCode
public int hashCode()
-