Geyser/connector/src/main/java/org/geysermc/connector/network/translators/sound
RednedEpic ad596cdccb Add sound handlers for block interaction
These sound handlers had to be added since on Minecraft: Java Edition, these sounds are handled clientside whilst Minecraft: Bedrock Edition expects something from the server. To counter this, we emulate the sounds of that on Minecraft: Java Edition within Geyser and send it to the client. The code may seem a tadredundant, but there is not much of an alternative unfortunately.
2020-04-30 00:21:02 -05:00
..
BucketSoundInteractionHandler.java Add sound handlers for block interaction 2020-04-30 00:21:02 -05:00
DoorSoundInteractionHandler.java Add sound handlers for block interaction 2020-04-30 00:21:02 -05:00
FlintAndSteelInteractionHandler.java Add sound handlers for block interaction 2020-04-30 00:21:02 -05:00
GrassPathInteractionHandler.java Add sound handlers for block interaction 2020-04-30 00:21:02 -05:00
LeverSoundInteractionHandler.java Add sound handlers for block interaction 2020-04-30 00:21:02 -05:00
SoundHandler.java Add sound handlers for block interaction 2020-04-30 00:21:02 -05:00
SoundHandlerRegistry.java Add sound handlers for block interaction 2020-04-30 00:21:02 -05:00
SoundInteractionHandler.java Add sound handlers for block interaction 2020-04-30 00:21:02 -05:00