BuilderToolsUserData

public class BuilderToolsUserData implements Component

Class BuilderToolsUserData. Provides buildertoolsuserdata functionality for the Hytale server.

java.lang.Object > BuilderToolsUserData

Field Summary

selectionHistory

private boolean selectionHistory

Field selectionHistory.

userData

final BuilderToolsUserData userData

Field userData.

that

final BuilderToolsUserData that

Field that.

settings

final BuilderToolsUserData settings

Field settings.

Method Detail

get

Method get.

Parameters:
@Nonnull final Player player

getComponentType

public BuilderToolsUserData> getComponentType ()

Method getComponentType.

isRecordingSelectionHistory

public boolean isRecordingSelectionHistory ()

Method isRecordingSelectionHistory.

setRecordSelectionHistory

public void setRecordSelectionHistory (final boolean selectionHistory)

Method setRecordSelectionHistory.

Parameters:
final boolean selectionHistory

toString

public String toString ()

Method toString.

equals

public boolean equals (@Nullable final Object o)

Method equals.

Parameters:
@Nullable final Object o

hashCode

public int hashCode ()

Method hashCode.

clone

public Component clone ()

Method clone.