io.github.dailystruggle.rtp.common.configuration.enums.PerformanceKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of RTP Show documentation
Show all versions of RTP Show documentation
a random teleport plugin
package io.github.dailystruggle.rtp.common.configuration.enums;
public enum PerformanceKeys {
maxAttempts,
period,
minTPS,
viewDistanceSelect,
viewDistanceTeleport,
postTeleportQueueing,
syncLoading,
checkChunks,
onEventParsing,
effectParsing,
biomeRecall,
timeit,
version
}