java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.Instrument
public class Instrument
extends Object
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
float
int
int
-
Constructor Details
-
Instrument
public Instrument(Sound soundEvent,
int useDuration,
float range)
-
Method Details
-
getSoundEvent
public Sound getSoundEvent()
-
getUseDuration
public int getUseDuration()
-
getRange
public float getRange()
-
-
canEqual
protected boolean canEqual(@Nullable Object other)
-
-