mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-17 04:02:27 +01:00
Make SoundRewriter fields protected
This commit is contained in:
parent
6b9e67f96b
commit
799c933d95
@ -6,9 +6,9 @@ import us.myles.ViaVersion.api.type.Type;
|
|||||||
import us.myles.ViaVersion.packets.State;
|
import us.myles.ViaVersion.packets.State;
|
||||||
|
|
||||||
public class SoundRewriter {
|
public class SoundRewriter {
|
||||||
private final Protocol protocol;
|
protected final Protocol protocol;
|
||||||
// Can't hold the mappings instance here since it's loaded later
|
// Can't hold the mappings instance here since it's loaded later
|
||||||
private final IdRewriteFunction idRewriter;
|
protected final IdRewriteFunction idRewriter;
|
||||||
|
|
||||||
public SoundRewriter(Protocol protocol, IdRewriteFunction idRewriter) {
|
public SoundRewriter(Protocol protocol, IdRewriteFunction idRewriter) {
|
||||||
this.protocol = protocol;
|
this.protocol = protocol;
|
||||||
|
Loading…
Reference in New Issue
Block a user