Class BuilderInfo
java.lang.Object
com.hypixel.hytale.server.npc.asset.builder.BuilderInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanBuilder<?> intgetIndex()getPath()booleanbooleanisValid()booleanbooleanvoidvoidvoidvoidbooleansetValidated(boolean success)
-
Field Details
-
keyName
-
index
private final int index -
builder
-
path
-
status
-
-
Constructor Details
-
BuilderInfo
-
-
Method Details
-
getIndex
public int getIndex() -
getKeyName
-
getBuilder
-
getPath
-
isValidated
public boolean isValidated() -
isValid
public boolean isValid() -
setValidated
public boolean setValidated(boolean success) -
setForceValidation
public void setForceValidation() -
setNeedsValidation
public void setNeedsValidation() -
setNeedsReload
public void setNeedsReload() -
canBeValidated
public boolean canBeValidated() -
needsValidation
public boolean needsValidation() -
setRemoved
public void setRemoved() -
isRemoved
public boolean isRemoved()
-