Skip to content

BuilderObjectStaticListHelper

Package: com.hypixel.hytale.server.npc.asset.builder

public class BuilderObjectStaticListHelper<T> extends BuilderObjectListHelper<T>

A list helper variant that uses BuilderObjectStaticHelper for each element, enforcing that all elements are inline (no references). Provides a staticBuild method that builds without entity context.

@Nonnull
@Override
protected BuilderObjectReferenceHelper<T> createReferenceHelper()

Returns a new BuilderObjectStaticHelper.

@Nullable
public List<T> staticBuild(@Nonnull BuilderManager manager)

Builds all elements using BuilderObjectStaticHelper.staticBuild().

Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.