mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-03 15:33:48 +01:00
Remove deprecated config methods
This commit is contained in:
parent
eb9520cdc3
commit
ae6cff5325
@ -75,16 +75,6 @@ public interface ViaVersionConfig {
|
|||||||
*/
|
*/
|
||||||
boolean isBossbarAntiflicker();
|
boolean isBossbarAntiflicker();
|
||||||
|
|
||||||
/**
|
|
||||||
* Get if unknown entity errors will be suppressed
|
|
||||||
*
|
|
||||||
* @return true if boss bar patching is enabled
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
default boolean isUnknownEntitiesSuppressed() {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the vertical offset armor stands are being moved with when the hologram patch is enabled
|
* Get the vertical offset armor stands are being moved with when the hologram patch is enabled
|
||||||
*
|
*
|
||||||
@ -99,16 +89,6 @@ public interface ViaVersionConfig {
|
|||||||
*/
|
*/
|
||||||
boolean isAutoTeam();
|
boolean isAutoTeam();
|
||||||
|
|
||||||
/**
|
|
||||||
* Get if our block break patch is enabled to prevent weird ghost glitches.
|
|
||||||
*
|
|
||||||
* @return true if it is enabled.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
default boolean isBlockBreakPatch() {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the maximum number of packets a client can send per second.
|
* Get the maximum number of packets a client can send per second.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user