Klasse PlayerboundDataBuffer
java.lang.Object
de.mrjulsen.dragnsounds.core.data.PlayerboundDataBuffer
- Alle implementierten Schnittstellen:
AutoCloseable
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final int
static final int
static final int
static final int
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
close()
long
getId()
int
getSize()
boolean
boolean
hasPlayerOrSound
(UUID player, long soundId) int
boolean
void
boolean
de.mrjulsen.mcdragonlib.data.StatusResult
-
Felddetails
-
NO_LISTENERS
public static final int NO_LISTENERS- Siehe auch:
-
NO_PLAYER_WITH_UUID
public static final int NO_PLAYER_WITH_UUID- Siehe auch:
-
NO_SOUND_WITH_ID
public static final int NO_SOUND_WITH_ID- Siehe auch:
-
NO_SOUND_AND_PLAYER
public static final int NO_SOUND_AND_PLAYER- Siehe auch:
-
-
Konstruktordetails
-
PlayerboundDataBuffer
- Löst aus:
IOException
-
-
Methodendetails
-
getId
public long getId() -
hasPlayerOrSound
-
maxSize
-
read
-
register
-
remove
public de.mrjulsen.mcdragonlib.data.StatusResult remove(UUID player, long soundId, int returnReason) -
remove
-
hasListeners
public boolean hasListeners() -
getSize
public int getSize() -
close
public void close()- Angegeben von:
close
in SchnittstelleAutoCloseable
-