createBossIdentifier

public static String createBossIdentifier(String filename, String spawnLocation)

Creates a unique identifier for a boss based on filename and spawn location. World is stripped from the location to ensure it works across dungeon instances.

Return

A unique identifier string

Parameters

filename

The boss config filename

spawnLocation

The spawn location string (world,x,y,z,yaw,pitch)