Class PrefabLoader
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.assets.props.prefabprop.PrefabLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasJsonExtension(Path path) static voidloadAllPrefabBuffersUnder(Path dirPath, List<PrefabBuffer> pathPrefabs) static PrefabBufferloadPrefabBufferAt(Path filePath)
-
Constructor Details
-
PrefabLoader
public PrefabLoader()
-
-
Method Details
-
loadAllPrefabBuffersUnder
@Nonnull public static void loadAllPrefabBuffersUnder(@Nonnull Path dirPath, List<PrefabBuffer> pathPrefabs) -
loadPrefabBufferAt
-
hasJsonExtension
-