Class AssetSpecificFunctionality

java.lang.Object
com.hypixel.hytale.builtin.asseteditor.AssetSpecificFunctionality

@Deprecated public class AssetSpecificFunctionality extends Object
Deprecated.
  • Field Details

    • NO_GAME_CLIENT_MESSAGE

      private static final Message NO_GAME_CLIENT_MESSAGE
      Deprecated.
    • CLEAR_EDITOR_TIME_OVERRIDE_PACKET

      private static final ClearEditorTimeOverride CLEAR_EDITOR_TIME_OVERRIDE_PACKET
      Deprecated.
    • CLEAR_WEATHER_OVERRIDE_PACKET

      private static final UpdateEditorWeatherOverride CLEAR_WEATHER_OVERRIDE_PACKET
      Deprecated.
    • MODEL_ASSET_ID

      private static final String MODEL_ASSET_ID
      Deprecated.
    • ITEM_ASSET_ID

      private static final String ITEM_ASSET_ID
      Deprecated.
    • WEATHER_ASSET_ID

      private static final String WEATHER_ASSET_ID
      Deprecated.
    • ENVIRONMENT_ASSET_ID

      private static final String ENVIRONMENT_ASSET_ID
      Deprecated.
    • activeWeatherPreviewMapping

      private static final Map<UUID,AssetSpecificFunctionality.PlayerPreviewData> activeWeatherPreviewMapping
      Deprecated.
    • DEFAULT_PREVIEW_CAMERA_SETTINGS

      private static final AssetEditorPreviewCameraSettings DEFAULT_PREVIEW_CAMERA_SETTINGS
      Deprecated.
  • Constructor Details

    • AssetSpecificFunctionality

      public AssetSpecificFunctionality()
      Deprecated.
  • Method Details

    • setup

      public static void setup()
      Deprecated.
    • tryGetPlayer

      @Nullable private static PlayerRef tryGetPlayer(@Nonnull EditorClient editorClient)
      Deprecated.
    • onModelAssetLoaded

      private static void onModelAssetLoaded(@Nonnull LoadedAssetsEvent<String,ModelAsset,?> event)
      Deprecated.
    • onItemAssetLoaded

      private static void onItemAssetLoaded(@Nonnull LoadedAssetsEvent<String,Item,?> event)
      Deprecated.
    • onItemAssetCreated

      private static void onItemAssetCreated(@Nonnull AssetEditorAssetCreatedEvent event)
      Deprecated.
    • onModelAssetCreated

      private static void onModelAssetCreated(@Nonnull AssetEditorAssetCreatedEvent event)
      Deprecated.
    • onEquipItem

      private static void onEquipItem(@Nonnull AssetEditorActivateButtonEvent event)
      Deprecated.
    • onUseModel

      private static void onUseModel(@Nonnull AssetEditorActivateButtonEvent event)
      Deprecated.
    • onUpdateWeatherPreviewLockEvent

      private static void onUpdateWeatherPreviewLockEvent(@Nonnull AssetEditorUpdateWeatherPreviewLockEvent event)
      Deprecated.
    • onResetModel

      private static void onResetModel(@Nonnull AssetEditorActivateButtonEvent event)
      Deprecated.
    • equipItem

      private static void equipItem(@Nonnull Path assetPath, @Nonnull EditorClient editorClient)
      Deprecated.
    • useModel

      private static void useModel(@Nonnull Path assetPath, @Nonnull EditorClient editorClient)
      Deprecated.
    • onRequestLocalizationKeyDataSet

      private static void onRequestLocalizationKeyDataSet(@Nonnull AssetEditorFetchAutoCompleteDataEvent event)
      Deprecated.
    • onRequestBlockGroupsDataSet

      private static void onRequestBlockGroupsDataSet(@Nonnull AssetEditorFetchAutoCompleteDataEvent event)
      Deprecated.
    • onRequestItemCategoriesDataSet

      private static void onRequestItemCategoriesDataSet(@Nonnull AssetEditorRequestDataSetEvent event)
      Deprecated.
    • onClientDisconnected

      private static void onClientDisconnected(@Nonnull AssetEditorClientDisconnectEvent event)
      Deprecated.
    • resetTimeSettings

      static void resetTimeSettings(@Nonnull EditorClient editorClient, @Nonnull PlayerRef playerRef)
      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

      private static void onSelectAsset(@Nonnull AssetEditorSelectAssetEvent event)
      Deprecated.
    • getModelPreviewPacketForItem

      public static AssetEditorUpdateModelPreview getModelPreviewPacketForItem(@Nonnull AssetPath assetPath, @Nullable Item item)
      Deprecated.
    • getDefaultItemIconProperties

      @Nonnull public static AssetIconProperties getDefaultItemIconProperties(@Nonnull Item item)
      Deprecated.
    • convertToModelPacket

      @Nonnull public static Model convertToModelPacket(@Nonnull Item item)
      Deprecated.
    • getEventRegistry

      @Nonnull private static EventRegistry getEventRegistry()
      Deprecated.