Class AssetSpecificFunctionality
java.lang.Object
com.hypixel.hytale.builtin.asseteditor.AssetSpecificFunctionality
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<UUID, AssetSpecificFunctionality.PlayerPreviewData> Deprecated.private static final ClearEditorTimeOverrideDeprecated.private static final UpdateEditorWeatherOverrideDeprecated.private static final AssetEditorPreviewCameraSettingsDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final MessageDeprecated.private static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelconvertToModelPacket(Item item) Deprecated.private static voidequipItem(Path assetPath, EditorClient editorClient) Deprecated.static AssetIconPropertiesDeprecated.private static EventRegistryDeprecated.getModelPreviewPacketForItem(AssetPath assetPath, Item item) Deprecated.(package private) static voidhandleWeatherOrEnvironmentSelected(EditorClient editorClient, Path assetPath, boolean isWeather) Deprecated.(package private) static voidhandleWeatherOrEnvironmentUnselected(EditorClient editorClient, Path assetPath, boolean wasWeather) Deprecated.private static voidDeprecated.private static voidDeprecated.private static voidDeprecated.private static voidonItemAssetLoaded(LoadedAssetsEvent<String, Item, ?> event) Deprecated.private static voidDeprecated.private static voidonModelAssetLoaded(LoadedAssetsEvent<String, ModelAsset, ?> event) Deprecated.private static voidDeprecated.private static voidDeprecated.private static voidDeprecated.private static voidDeprecated.private static voidDeprecated.private static voidDeprecated.private static voidDeprecated.(package private) static voidresetTimeSettings(EditorClient editorClient, PlayerRef playerRef) Deprecated.static voidsetup()Deprecated.private static PlayerReftryGetPlayer(EditorClient editorClient) Deprecated.private static voiduseModel(Path assetPath, EditorClient editorClient) Deprecated.
-
Field Details
-
NO_GAME_CLIENT_MESSAGE
Deprecated. -
CLEAR_EDITOR_TIME_OVERRIDE_PACKET
Deprecated. -
CLEAR_WEATHER_OVERRIDE_PACKET
Deprecated. -
MODEL_ASSET_ID
Deprecated. -
ITEM_ASSET_ID
Deprecated. -
WEATHER_ASSET_ID
Deprecated. -
ENVIRONMENT_ASSET_ID
Deprecated. -
activeWeatherPreviewMapping
private static final Map<UUID,AssetSpecificFunctionality.PlayerPreviewData> activeWeatherPreviewMappingDeprecated. -
DEFAULT_PREVIEW_CAMERA_SETTINGS
Deprecated.
-
-
Constructor Details
-
AssetSpecificFunctionality
public AssetSpecificFunctionality()Deprecated.
-
-
Method Details
-
setup
public static void setup()Deprecated. -
tryGetPlayer
Deprecated. -
onModelAssetLoaded
Deprecated. -
onItemAssetLoaded
Deprecated. -
onItemAssetCreated
Deprecated. -
onModelAssetCreated
Deprecated. -
onEquipItem
Deprecated. -
onUseModel
Deprecated. -
onUpdateWeatherPreviewLockEvent
private static void onUpdateWeatherPreviewLockEvent(@Nonnull AssetEditorUpdateWeatherPreviewLockEvent event) Deprecated. -
onResetModel
Deprecated. -
equipItem
Deprecated. -
useModel
Deprecated. -
onRequestLocalizationKeyDataSet
private static void onRequestLocalizationKeyDataSet(@Nonnull AssetEditorFetchAutoCompleteDataEvent event) Deprecated. -
onRequestBlockGroupsDataSet
private static void onRequestBlockGroupsDataSet(@Nonnull AssetEditorFetchAutoCompleteDataEvent event) Deprecated. -
onRequestItemCategoriesDataSet
Deprecated. -
onClientDisconnected
Deprecated. -
resetTimeSettings
Deprecated. -
handleWeatherOrEnvironmentUnselected
static void handleWeatherOrEnvironmentUnselected(@Nonnull EditorClient editorClient, @Nonnull Path assetPath, boolean wasWeather) Deprecated. -
handleWeatherOrEnvironmentSelected
static void handleWeatherOrEnvironmentSelected(@Nonnull EditorClient editorClient, @Nonnull Path assetPath, boolean isWeather) Deprecated. -
onSelectAsset
Deprecated. -
getModelPreviewPacketForItem
public static AssetEditorUpdateModelPreview getModelPreviewPacketForItem(@Nonnull AssetPath assetPath, @Nullable Item item) Deprecated. -
getDefaultItemIconProperties
Deprecated. -
convertToModelPacket
Deprecated. -
getEventRegistry
Deprecated.
-