Interface PrefabEditorCreationContext
public interface PrefabEditorCreationContext
-
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanbooleanboolean
-
Method Details
-
getEditor
Player getEditor() -
getEditorRef
PlayerRef getEditorRef() -
getPrefabPaths
-
getBlocksBetweenEachPrefab
int getBlocksBetweenEachPrefab() -
getPasteLevelGoal
int getPasteLevelGoal() -
loadChildPrefabs
boolean loadChildPrefabs() -
shouldLoadEntities
boolean shouldLoadEntities() -
getStackingAxis
PrefabStackingAxis getStackingAxis() -
getWorldGenType
WorldGenType getWorldGenType() -
getBlocksAboveSurface
int getBlocksAboveSurface() -
getAlignment
PrefabAlignment getAlignment() -
getPrefabRootDirectory
PrefabRootDirectory getPrefabRootDirectory() -
isWorldTickingEnabled
boolean isWorldTickingEnabled() -
getRowSplitMode
PrefabRowSplitMode getRowSplitMode() -
getUnprocessedPrefabPaths
-
getEnvironment
String getEnvironment() -
getGrassTint
String getGrassTint()
-