Record Class BlockStateUpdate

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockStateUpdate

public record BlockStateUpdate(String _new, Integer new_depth, String new_hash, String old, Integer old_depth, String old_hash) extends Record