Class PrefabEditingMetadata
java.lang.Object
com.hypixel.hytale.builtin.buildertools.prefabeditor.PrefabEditingMetadata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcreateAnchorEntityAt(Vector3i position, World world) getUuid()booleanisDirty()booleanisLocationWithinPrefabBoundingBox(Vector3i location) booleanvoidrecreateAnchorEntity(World world) voidsendAnchorHighlightingPacket(PacketHandler displayTo) voidsetAnchorPoint(Vector3i newEntityPosition, World world) voidsetDirty(boolean dirty) (package private) voidsetMaxPoint(Vector3i maxPoint) (package private) voidsetMinPoint(Vector3i minPoint) voidsetPrefabPath(Path prefabPath)
-
Field Details
-
PREFAB_ANCHOR_ENTITY_SCALE
private static final float PREFAB_ANCHOR_ENTITY_SCALE- See Also:
-
CODEC
-
uuid
-
prefabPath
-
minPoint
-
maxPoint
-
anchorPoint
-
pastePosition
-
anchorEntityUuid
-
anchorEntityPosition
-
originalFileAnchor
-
dirty
private boolean dirty
-
-
Constructor Details
-
PrefabEditingMetadata
private PrefabEditingMetadata() -
PrefabEditingMetadata
-
-
Method Details
-
createAnchorEntityAt
-
setPrefabPath
-
setAnchorPoint
-
recreateAnchorEntity
-
sendAnchorHighlightingPacket
-
isLocationWithinPrefabBoundingBox
-
setMinPoint
-
setMaxPoint
-
getAnchorPoint
-
getPastePosition
-
getOriginalFileAnchor
-
getPrefabPath
-
getMinPoint
-
getMaxPoint
-
getAnchorEntityUuid
-
getAnchorEntityPosition
-
getUuid
-
isDirty
public boolean isDirty() -
setDirty
public void setDirty(boolean dirty) -
isReadOnly
public boolean isReadOnly()
-