Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-28 17:10:13 +01:00
Make SoundRewriter fields protected
Dieser Commit ist enthalten in:
Ursprung
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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren