Class WaypointStyle

java.lang.Object
com.github.darksoulq.abyssallib.server.resource.asset.WaypointStyle
All Implemented Interfaces:
Asset

public class WaypointStyle extends Object implements Asset
  • Constructor Details

    • WaypointStyle

      public WaypointStyle(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull String namespace, @NotNull @NotNull String id)
    • WaypointStyle

      public WaypointStyle(String namespace, String id)
    • WaypointStyle

      public WaypointStyle(String namespace, String id, byte[] data)
  • Method Details

    • near

      public WaypointStyle near(float d)
    • far

      public WaypointStyle far(float d)
    • sprite

      public WaypointStyle sprite(Texture texture)
    • emit

      public void emit(Map<String,byte[]> files)
      Description copied from interface: Asset
      Emits the asset's files into the provided output map.
      Specified by:
      emit in interface Asset
      Parameters:
      files - the output map where keys are file paths and values are file contents