Class BuilderObjectStaticListHelper<T>
java.lang.Object
com.hypixel.hytale.server.npc.asset.builder.BuilderObjectHelper<List<T>>
com.hypixel.hytale.server.npc.asset.builder.BuilderObjectArrayHelper<List<T>,T>
com.hypixel.hytale.server.npc.asset.builder.BuilderObjectListHelper<T>
com.hypixel.hytale.server.npc.asset.builder.BuilderObjectStaticListHelper<T>
- All Implemented Interfaces:
BuilderContext
-
Field Summary
Fields inherited from class com.hypixel.hytale.server.npc.asset.builder.BuilderObjectArrayHelper
builders, labelFields inherited from class com.hypixel.hytale.server.npc.asset.builder.BuilderObjectHelper
builderParameters, classType, owner -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BuilderObjectReferenceHelper<T> staticBuild(BuilderManager manager) Methods inherited from class com.hypixel.hytale.server.npc.asset.builder.BuilderObjectListHelper
buildMethods inherited from class com.hypixel.hytale.server.npc.asset.builder.BuilderObjectArrayHelper
getLabel, hasNoElements, isEmpty, isPresent, readConfig, setLabel, validateMethods inherited from class com.hypixel.hytale.server.npc.asset.builder.BuilderObjectHelper
getClassType, getOwnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.server.npc.asset.builder.BuilderContext
getBreadCrumbs, getBreadCrumbs, getParent, setCurrentStateName
-
Constructor Details
-
BuilderObjectStaticListHelper
-
-
Method Details
-
createReferenceHelper
- Overrides:
createReferenceHelperin classBuilderObjectArrayHelper<List<T>,T>
-
staticBuild
-