Remove deprecated config methods

This commit is contained in:
KennyTV 2019-05-15 12:48:40 +02:00
parent eb9520cdc3
commit ae6cff5325

View File

@ -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.
* *