Class EventPage
java.lang.Object
com.blamejared.crafttweaker.annotation.processor.document.model.page.Page
com.blamejared.crafttweaker.annotation.processor.document.model.page.TypePage
com.blamejared.crafttweaker.annotation.processor.document.model.page.EventPage
- All Implemented Interfaces:
Comparable<Page>
-
Field Summary
FieldsFields inherited from class com.blamejared.crafttweaker.annotation.processor.document.model.page.TypePage
members, type, zenCodeName -
Constructor Summary
ConstructorsConstructorDescriptionEventPage(PageVersion version, String key, String displayName, Optional<Comment> comment, Extra extra, Type type, String zenCodeName, Map<String, MemberGroup> members, Optional<Comment> canceledInfo, Optional<Comment> notCanceledInfo, Optional<Comment> allowInfo, Optional<Comment> defaultInfo, Optional<Comment> denyInfo, boolean hasResult, boolean cancelable) -
Method Summary
Methods inherited from class com.blamejared.crafttweaker.annotation.processor.document.model.page.TypePage
members, type, zenCodeName
-
Field Details
-
CODEC
-
-
Constructor Details
-
EventPage
public EventPage(PageVersion version, String key, String displayName, Optional<Comment> comment, Extra extra, Type type, String zenCodeName, Map<String, MemberGroup> members, Optional<Comment> canceledInfo, Optional<Comment> notCanceledInfo, Optional<Comment> allowInfo, Optional<Comment> defaultInfo, Optional<Comment> denyInfo, boolean hasResult, boolean cancelable)
-
-
Method Details