Interface RegistryDataRewriter
public interface RegistryDataRewriter
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(PacketWrapper wrapper) booleanvoidsendMissingRegistries(UserConnection connection) Sends registries that had additional entries configured, but weren't sent by the server at all by the time finish_configuration was sent to the client.booleanshouldRemoveRegistry(String registryKey) voidupdateDialog(UserConnection connection, com.viaversion.nbt.tag.CompoundTag tag)
-
Method Details
-
handle
-
shouldRemoveRegistry
-
hasRegistriesToRemove
boolean hasRegistriesToRemove() -
updateDialog
-
sendMissingRegistries
Sends registries that had additional entries configured, but weren't sent by the server at all by the time finish_configuration was sent to the client.- Parameters:
connection- the user connection
-